lotus/build/tools.go

8 lines
80 B
Go
Raw Normal View History

//+build tools
package build
import (
_ "github.com/whyrusleeping/bencher"
)