lotus/build/tools.go
Łukasz Magiera 3ee87a8af8 gofmt
2021-03-08 13:24:24 +01:00

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"
)