Go最新资料汇总(四十三)

polaris · · 3558 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

## FEATURED [A Whirlwind Tour of Go’s Runtime Environment Variables](http://dave.cheney.net/2015/11/29/a-whirlwind-tour-of-gos-runtime-environment-variables?utm_source=studygolang&utm_medium=email) You can use environment variables such as GOMAXPROCS and GOTRACEBACK to configure things relating to debugging Go programs and the operation of the runtime itself. [Debugging Go Programs with Delve](https://blog.gopheracademy.com/advent-2015/debugging-with-delve/?utm_source=studygolang&utm_medium=email) Delve is a Go-specific debugger for Linux and OS X and this post demonstrates its basic operations. [Simplicity is Complicated](http://www.thedotpost.com/2015/11/rob-pike-simplicity-is-complicated?utm_source=studygolang&utm_medium=email) At dotGo, Rob Pike gave a talk about how behind Go’s simplicity hides a great deal of complexity, but that this is entirely by design. Video and slides. [DGraph: A Scalable, Distributed, Low Latency Graph Database](https://github.com/dgraph-io/dgraph?utm_source=studygolang&utm_medium=email) A Go-based database built by someone who used to build distributed graph systems at Google. DGraph supports GraphQL as a query language and responds in JSON. [Applied Concurrency in Go](http://www.thedotpost.com/2015/11/matt-aimonetti-applied-concurrency-in-go?utm_source=studygolang&utm_medium=email) Go was designed with concurrency baked in but how to do it right isn’t always obvious. In this dotGo talk, Matt walks through the parallelization of code execution and some commonly made mistakes. ## IN BRIEF [Composing Gomega Matchers](http://eng.rightscale.com/2015/11/30/composing-gomega-matchers.html?utm_source=studygolang&utm_medium=email) Introducing new features in the Gomega testing library. [Embedding Assets in Go](http://blog.codeship.com/embedding-assets-in-go/?utm_source=studygolang&utm_medium=email) [Proposal: Rules for Passing Pointers Between Go and C](https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md?utm_source=studygolang&utm_medium=email) [Spectro.. Adventures in Go](http://markcrossfield.co.uk/2015-08-22-spectro-adventures-in-go.html?utm_source=studygolang&utm_medium=email) [Go Proverbs with Rob Pike](https://www.youtube.com/watch?v=PAAkCSZUG1c&utm_source=golangweekly&utm_medium=email) Many philosophical reflections. [panicparse: Crash Your App in Style](https://github.com/maruel/panicparse?utm_source=studygolang&utm_medium=email) Parses panic stack traces to help debug crashes and deadlocks in heavily parallelized processes. [Queue: A Go Library for Managing Queues on Top of Redis](https://github.com/kavehmz/queue?utm_source=studygolang&utm_medium=email) [GOcoin: A Library to Make Bitcoin Addresses and Transactions](https://github.com/CoinStorage/gocoin?utm_source=studygolang&utm_medium=email) [Macaron: A Modular Web Framework in Go](http://go-macaron.com/?utm_source=studygolang&utm_medium=email) [Stack Up: A Simple Deployment Tool](https://github.com/pressly/sup?utm_source=studygolang&utm_medium=email) Asks you to “think of it like ‘make’ for a network of servers.” [Fork of Go's archive/zip Support for Password Protected ZIP Files](https://github.com/alexmullins/zip?utm_source=studygolang&utm_medium=email) [Margelet: Telegram Bot Framework for Go](https://github.com/zhulik/margelet?utm_source=studygolang&utm_medium=email) [telegram-bot-api: Go Bindings for the Telegram Bot API](https://github.com/Syfaro/telegram-bot-api?utm_source=studygolang&utm_medium=email) [Mmm: Manual Memory Management for Go](https://github.com/teh-cmc/mmm?utm_source=studygolang&utm_medium=email)

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

3558 次点击  
加入收藏 微博
5 回复  |  直到 2015-12-23 03:57:37
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传