8 lines
80 B
Go
8 lines
80 B
Go
//+build tools
|
|
|
|
package build
|
|
|
|
import (
|
|
_ "github.com/whyrusleeping/bencher"
|
|
)
|