go get github.com/KoFish/pallium
responds with
github.com/KoFish/pallium/storage
/opt/gopkg/src/github.com/KoFish/pallium/storage/db.go:74: undefined: AssetDir
/opt/gopkg/src/github.com/KoFish/pallium/storage/db.go:80: undefined: Asset
Is it missing an import?
go get github.com/KoFish/pallium
responds with
github.com/KoFish/pallium/storage
/opt/gopkg/src/github.com/KoFish/pallium/storage/db.go:74: undefined: AssetDir
/opt/gopkg/src/github.com/KoFish/pallium/storage/db.go:80: undefined: Asset
Is it missing an import?