lotus/build/tools.go
2021-02-23 15:25:19 +01:00

8 lines
80 B
Go

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