go-libp2p-core/tools/tools.go
Steven Allen fdc64dde88
deps: move tools to a sub-module (#130)
That way, the root module doesn't depend on gocompat and all its dependencies.
2020-03-09 19:57:19 -07:00

8 lines
74 B
Go

// +build tools
package tools
import (
_ "github.com/smola/gocompat"
)