esim
esim copied to clipboard
创建项目报错呀:esim new -s test
2020-07-29 10:02:44 [34mINFO[0m starting create test, package name test {"caller": "new/new.go:257"} 2020-07-29 10:02:44 [31mPANIC[0m demo.go : 6:6: unknown escape sequence (and 11 more errors) {"caller": "new/new.go:291"}
你的版本和操作系统是?
操作系统是windows10, go version go1.14.6 windows/amd64 , esim是v0.1.2
换成linux或mac可以吗?没有在window下试过
没试过,我只有windows环境。
@jukylin 同样如上情况。windows10,go1.14.8 linux/amd64 linux上没问题
google.golang.org/grpc/examples/helloworld/helloworld
gopath\pkg\mod\google.golang.org\grpc\[email protected]\helloworld\helloworld\helloworld_grpc.pb.go:14:11: undefined: grpc.SupportPackageIsVersion7 gopath\pkg\mod\google.golang.org\grpc\[email protected]\helloworld\helloworld\helloworld_grpc.pb.go:73:31: undefined: grpc.ServiceRegistrar
go run main.go 启服务时,windows下报错,linux下正常启动