mirror of
				https://github.com/ergochat/ergo.git
				synced 2025-10-30 21:37:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			60 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			60 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: test
 | |
| 
 | |
| test:
 | |
| 	go test .
 | |
| 	go vet .
 | |
| 	./.check-gofmt.sh
 | 
