文件名称:reddit:学习 GoLang
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-18 06:56:11
Go
学习 GoLang 有用的命令: 去跑步 去测试存档/zip 去建造 去 fmt 去获取 code.google.com/p/go.net/websocket Go 是一种零配置语言,无需维护构建脚本。 遵循规定的目录结构:workspace/ bin # executable binaries pkg # compiled object files src # source code bashrc 设置: 将 GOPATH 设置为 bin 并添加到 bashrc 中的 PATH 创建像github.com/harpreet4u这样的名称空间 用于执行: 去安装 对于包 hello 以“gocode/bin/hello”或“hello”的形式运行。 说明文件: 使用“godoc github.com/harpreet4u/hello”
【文件预览】:
reddit-master
----reddit.go(1KB)
----README.md(654B)
----geddit()
--------main.go(258B)