dqyy38265 2016-06-20 10:03
浏览 51
已采纳

Golang 1.6在供应商文件夹中找不到软件包

I'm on go version 1.6.2 and am trying to go build an application. Several dependencies are located inside the vendor folder (e.g vendor/docker/libcompose/) but I get a cannot find package when trying to load them.

Here's an error message:

main.go:10:2: cannot find package "github.com/docker/libcompose/cli/command" in any of:
    /usr/local/opt/go/libexec/src/github.com/docker/libcompose/cli/command (from $GOROOT)
    /Users/ali/golang/src/github.com/docker/libcompose/cli/command (from $GOPATH)

What am I doing do wrong?

The doc says that packages put in the vendor folder are loaded automatically.

  • 写回答

1条回答 默认 最新

  • donglu8549 2016-06-20 12:29
    关注

    Looking at your example, the folder structure is wrong. The package github.com/docker/libcompose should be in vendor/github.com/docker/libcompose not in vendor/docker/libcompose.

    See more here.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类