搜索资源列表
go.tar
- 谷歌公司2009年推出的go语言编译器。这个源代码是从墙那头下载的。有兴趣的可以下载试一试。现在只支持linux和mac两种系统。如果其他系统上有需求可以去下载gccgo。-This is Google go language compiler download from golang.org which is blocked in out country. The source is for experimental purpose. The detail of how to compile
go
- go test golang test for first time. one can use it as the hello world test
Go语言跟html开发的在线聊天室系统
- 可实现在线注册,登陆,聊天等功能。 使用websocket通信协议,聊天过程无延迟,无页面刷新等。 运行时需要以下模块 github.com/gorilla/mux v1.8.1 github.com/gorilla/websocket v1.5.3 github.com/mattn/go-sqlite3 v1.14.24 golang.org/x/crypto v0.32.0