duanlei2150 2018-12-29 11:52
浏览 73
已采纳

goapp测试无法正常工作,出现错误“ GOPATH必须是绝对的”

I'm tying to write tests for my google cloud app. I read the documents and it seems the only way to run the test locally is the running the command goapp test in the test package directory. But when I run the command I get the error go: GOPATH entry is relative; must be absolute path: "".

I'm pretty sure my GOPATH is set absolutely. Here are the results when I run the command go env | grep GOPATH:

GOPATH=":/home/mohammad/go:/home/mohammad/go/src/gitlab.com/gc-auth"

Also getting the same output when I run echo $GOPATH.

Any help is appreciated.

PS: I have ubuntu 18.04 and my go version is 1.10.4

results of gcloud version:

Google Cloud SDK 228.0.0 app-engine-go app-engine-python 1.9.80 bq 2.0.39 cloud-datastore-emulator 2.0.2 core 2018.12.07 gsutil 4.34

  • 写回答

1条回答 默认 最新

  • doudu2404 2018-12-29 13:06
    关注
    GOPATH=":/home/mohammad/go:/home/mohammad/go/src/gitlab.com/gc-auth"
    

    The GOPATH starts with an empty path (which is technically relative), followed by two absolute paths. The error message is correct.

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

报告相同问题?

悬赏问题

  • ¥20 如何推断此服务器配置
  • ¥15 关于github的项目怎么在pycharm上面运行
  • ¥15 内存地址视频流转RTMP
  • ¥100 有偿,谁有移远的EC200S固件和最新的Qflsh工具。
  • ¥15 找一个QT页面+目标识别(行人检测)的开源项目
  • ¥15 有没有整苹果智能分拣线上图像数据
  • ¥20 有没有人会这个东西的
  • ¥15 cfx考虑调整“enforce system memory limit”参数的设置
  • ¥30 航迹分离,航迹增强,误差分析
  • ¥15 Chrome Manifest扩展引用Ajax-hook库拦截请求失败