构建Go Lang数据库 ‘tiedot’

huangapple go评论83阅读模式
英文:

Building Go Lang database 'tiedot'

问题

GO包github HouzuoGuo/tiedot无法成功构建。有人成功构建过这个包吗?

它报错说需要包github GeertJohan/go.rice,但是该包在Github上是可用的。

然而,我不知道如何构建这个包。

英文:

The GO Package github HouzuoGuo/tiedot does not successfully build. Has any one successfully
built this package?

It complains the the package github GeertJohan/go.rice is needed and not available.

However it is on Github. I am at a loss how to build this package.

答案1

得分: 2

你需要使用go get来下载/安装包:

┌─ oneofone@Oa [/tmp]                                                                                                            
└──➜ go get -v -u github.com/HouzuoGuo/tiedot
github.com/HouzuoGuo/tiedot (下载)
bitbucket.org/kardianos/osext (下载)
github.com/GeertJohan/go.rice (下载)
github.com/daaku/go.zipexe (下载)
英文:

You need to use go get to download / install packages:

┌─ oneofone@Oa [/tmp]                                                                                                            
└──➜ go get -v -u github.com/HouzuoGuo/tiedot
github.com/HouzuoGuo/tiedot (download)
bitbucket.org/kardianos/osext (download)
github.com/GeertJohan/go.rice (download)
github.com/daaku/go.zipexe (download)

huangapple
  • 本文由 发表于 2014年6月27日 06:30:56
  • 转载请务必保留本文链接:https://go.coder-hub.com/24441261.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定