go run mockserver/main.go
来源:14-5 模拟相亲网站上线啦!

慕哥2187264
2021-07-19
执行go run mockserver/main.go命令后报错
PS F:\go\coding-180> go run mockserver/main.go
go: github.com/gin-contrib/sse@v0.1.0: Get “https://proxy.golang.org/github.com/gin-contrib/sse/@v/v0.1.0.mod”: dial tcp 216.58.200.241:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
写回答
1回答
-
ccmouse
2021-07-19
请根据第五章的要求设置go mod。确保一下同学当前目录里有go.mod文件
032021-07-20
相似问题