mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2025-01-16 02:40:08 +08:00
fdc64dde88
That way, the root module doesn't depend on gocompat and all its dependencies.
8 lines
74 B
Go
8 lines
74 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/smola/gocompat"
|
|
)
|