摘要: https://github.com/avelino/awesome-go https://github.com/spf13/cobra # A Commander for modern Go CLI interactions https://github.com/lxn/walk # A Wind 阅读全文
posted @ 2018-04-11 16:38 微信公众号--共鸣圈 阅读(777) 评论(0) 推荐(0) 编辑
摘要: https://github.com/minio/c2goasm http://microapl.com/asm2c/index.html 收费的 https://github.com/xlab/c-for-go c转golang https://github.com/xlab/android-go 阅读全文
posted @ 2018-04-11 16:09 微信公众号--共鸣圈 阅读(788) 评论(0) 推荐(0) 编辑
摘要: Simple error handling primitives: https://github.com/pkg/errors Defer, Panic, and Recover: https://blog.golang.org/defer-panic-and-recover golang的defe 阅读全文
posted @ 2018-04-11 11:58 微信公众号--共鸣圈 阅读(5245) 评论(3) 推荐(0) 编辑
摘要: https://blog.golang.org/pipelines https://www.cnblogs.com/junneyang/p/6215785.html 简介 Go语言的并发原语允许开发者以类似于 Unix Pipe 的方式构建数据流水线 (data pipelines),数据流水线能够 阅读全文
posted @ 2018-04-11 11:52 微信公众号--共鸣圈 阅读(2221) 评论(0) 推荐(0) 编辑