12 lines
		
	
	
		
			211 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			211 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build tools
 | |
| // +build tools
 | |
| 
 | |
| package build
 | |
| 
 | |
| import (
 | |
| 	_ "github.com/GeertJohan/go.rice/rice"
 | |
| 	_ "github.com/golang/mock/mockgen"
 | |
| 	_ "github.com/whyrusleeping/bencher"
 | |
| 	_ "golang.org/x/tools/cmd/stringer"
 | |
| )
 |