10 lines
156 B
Go
10 lines
156 B
Go
//+build tools
|
|
|
|
package build
|
|
|
|
import (
|
|
_ "github.com/GeertJohan/go.rice/rice"
|
|
_ "github.com/golang/mock/mockgen"
|
|
_ "github.com/whyrusleeping/bencher"
|
|
)
|