mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
10 lines
180 B
Go
10 lines
180 B
Go
//+build never,!never
|
|
|
|
package assets
|
|
|
|
import (
|
|
// Make sure go mod tracks these deps but avoid including them in the
|
|
// actual build.
|
|
_ "github.com/go-bindata/go-bindata/v3"
|
|
)
|