[going@VM-24-3-centos server]$ go run main.go
main.go:9:2: no required module provides package github.com/grpc-demo/helloworld; to add it:
go get github.com/grpc-demo/helloworld
解决办法:如果你使用了 go work,并且你的代码在 workspace,那么执行 go work use <dictionary> 即可。
标签:解决办法,demo,work,go,Go,main,com,mod From: https://www.cnblogs.com/chicc/p/17070973.html