go env -w GOPROXY=https://goproxy.cn,direct # (可选) 解决国内网络问题
go mod tidy
go run main.go # 运行
go build -o ./bin/demo.exe # 生成可执行文件 (windows加exe扩展名, linux不加)
go build -o ./bin/demo # 生成可执行文件 (windows加exe扩展名, linux不加)
-
Notifications
You must be signed in to change notification settings - Fork 0
NestNode/GoDemo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published