kubo/assets/bindata_dep.go
2020-03-13 11:20:46 -07:00

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"
)