酷站

polaris · · 18439 次点击    
### 这里是 Go 语言相关的、值得收藏的酷站 --- #### [sourcegraph:代码搜索引擎和代码浏览器](https://sourcegraph.com/) --- #### [Go Tools:在线源码阅读工具](https://gotools.org/) 在一个页面阅读任意的 Go 包源码,支持查看不同版本,比如 Go 语言源码的不同版本,避免下载代码。 --- #### [Go Decl:用人类语言描述go的变量声明](https://godecl.org/) --- #### [Go Code:代码片段图书馆](https://golangcode.com/) 常见功能的实现代码。 --- #### [The Go Play Space:一个通过可视化模式设计和实现算法、学习Go的工具,可以让学习不那么枯燥](https://goplay.space/) 支持编写、运行 Go 代码。 --- #### [Convert JSON to Go struct:将 json 转为 go struct](https://mholt.github.io/json-to-go/) 类似工具还有:http://json2struct.mervine.net/ , https://transform.now.sh/json-to-go/ ---
本页贡献者:
polaris