mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2024-12-26 23:30:27 +08:00
f9ca60b486
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
8 lines
73 B
Go
8 lines
73 B
Go
// +build tools
|
|
|
|
package core
|
|
|
|
import (
|
|
_ "github.com/smola/gocompat"
|
|
)
|