* Add copyright Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add gitea-vet and fix non-compliance Signed-off-by: jolheiser <john.olheiser@gmail.com> * Combine tools.go into build.go and clean up Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove extra GO111MODULE=on Signed-off-by: jolheiser <john.olheiser@gmail.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			62 B
		
	
	
	
		
			Makefile
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			62 B
		
	
	
	
		
			Makefile
		
	
	
	
		
			Vendored
		
	
	
	
| .PHONY: build
 | |
| build:
 | |
| 	go build
 | |
| 
 | |
| .PHONY: fmt
 | |
| fmt:
 | |
| 	go fmt ./...
 |