为了账号安全,请及时绑定邮箱和手机立即绑定

去测试 foo - 找不到包 foo

去测试 foo - 找不到包 foo

Go
慕容708150 2023-05-15 10:21:37
我有这个目录结构:https://github.com/netjet-chrome-extension/netjet-mono/tree/master/examples/projects/golang我尝试运行 test.sh,它包括:#!/usr/bin/env bashcd "$(dirname "$BASH_SOURCE")"export GOPATH="$PWD"go test sourcegraph_go_selenium但我收到此错误:无法加载包:包 sourcegraph_go_selenium:在以下任何一个中都找不到包“sourcegraph_go_selenium”:/usr/lib/go-1.10/src/sourcegraph_go_selenium(来自 $GOROOT)/home/oleg/codes/netjet/netjet-mono/examples /projects/golang/src/sourcegraph_go_selenium(来自 $GOPATH)GOPATH设置正确,为什么找不到sourcegraph_go_selenium包?这个包裹就在那里,在src/sourcegraph_go_selenium...?
查看完整描述

1 回答

?
慕桂英546537

TA贡献1848条经验 获得超10个赞

尝试这个:

go test sourcegraph_go_selenium/...


查看完整回答
反对 回复 2023-05-15
  • 1 回答
  • 0 关注
  • 115 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信