Skip to content

NestNode/GoDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeDemo

编译

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不加)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages