最重要的是,在client.go中我导入了这样的包
pb "github.com/wilbyang/gotham-grpc/search"
当我尝试运行go run client.go时,我收到错误:
/Users/wilbyang/goPath/src/github.com/wilbyang/gotham-grpc/search"中没有可构建的Go源文件。
我的gopath是:
" /用户/ wilbyang / GOPATH /"
我确信dir $GOPATH/src/github.com/wilbyang/gotham-grpc/search
存在并且存在于search.pb.go
之下,由protoc和package生成。我真的不明白为什么和数小时挣扎!任何人都会引导我走出这个?
答案 0 :(得分:0)
go run client.go
在main
内有client.go
个功能时有效。