9 lines
		
	
	
		
			156 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			156 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module gitea.com/lunny/levelqueue
 | |
| 
 | |
| require (
 | |
| 	github.com/stretchr/testify v1.3.0
 | |
| 	github.com/syndtr/goleveldb v0.0.0-20190203031304-2f17a3356c66
 | |
| )
 | |
| 
 | |
| go 1.13
 |