## FEATURED
[Proposal: Add ACME (LetsEncrypt, etc.) Support to net/http](https://github.com/golang/go/issues/17053?utm_source=studygolang&utm_medium=email)
Core team member Brad Fitzpatrick wants HTTP support to be ‘dead simple out of the box’ with Go. Give the idea your thumbs up if you like his proposed example.
[7 Ways to Profile Go Applications](https://www.youtube.com/watch?v=2h_NFBFrciI&utm_source=studygolang&utm_medium=email)
In 30 minutes, see seven different ways to profile a running Go app along with the strengths and weaknesses of each.
[A Walkthrough of 'strconv'](https://medium.com/@benbjohnson/go-walkthrough-strconv-7a24632a9e73?utm_source=studygolang&utm_medium=email)
The latest in Ben Johnson’s walkthrough of Go’s standard packages. This time, he looks at formatting primitives into strings quickly while maintaining strong type checking.
[5 Useful Ways to Use Closures in Go](http://www.calhoun.io/5-useful-ways-to-use-closures-in-go/?utm_source=studygolang&utm_medium=email)
Explore five different real-world use cases for closures that will help you understand and utilize closures better in your own Go code.
[dhcplb: Facebook's DHCP Load Balancer](https://github.com/facebookincubator/dhcplb?utm_source=studygolang&utm_medium=email)
Not many people need a DHCP relayer, but Facebook use this in production and it’s interesting to see how teams at major companies are using Go.
[Idiomatic Go Tricks](https://www.youtube.com/watch?v=yeetIgNeIkc&utm_source=studygolang&utm_medium=email)
A walk through a selection of cool tips and tricks that make coding in Go even more fun. 27 minutes.
## IN BRIEF
[An Interview with Go Developer Dave Cheney](https://www.dotconferences.com/blog/interviewing-dave-cheney/?utm_source=studygolang&utm_medium=email)
Dave is speaking and doing a workshop at dotGo 2016.
[Go's Main Compiler Goes SSA](https://twitter.com/bradfitz/status/776107314277339136?utm_source=studygolang&utm_medium=email)
“Today the legacy backend starts getting deleted. Yay.”
[Free (Women Only) Ultimate Go Workshop in SF (Oct 8-9)](http://www.meetup.com/Women-Who-Go/events/232670825/?utm_source=studygolang&utm_medium=email)
[InfluxDB 1.0 GA Released: A Time Series DB Written in Go](https://www.influxdata.com/influxdb-1-0-ga-released-a-retrospective-and-whats-next/?utm_source=studygolang&utm_medium=email)
[vim-go 1.9 Released: The Go Development Plugin for Vim](https://github.com/fatih/vim-go/releases/tag/v1.9?utm_source=studygolang&utm_medium=email)
[Using Go with Redis: A Very Basic Intro](https://dinosaurscode.xyz/go/2016/09/13/using-go-with-redis/?utm_source=studygolang&utm_medium=email)
[How to Use Google Cloud’s Free Structured Logging Service with Go](http://blog.bugreplay.com/post/150086459149/how-to-use-google-clouds-free-structured-logging?utm_source=studygolang&utm_medium=email)
[Creating a Bot using the Telegram Bot API](https://medium.com/@IndianGuru/creating-a-bot-using-the-telegram-bot-api-5d3caed3266d?utm_source=studygolang&utm_medium=email)
[Building Your Own Log-Based Message Queue in Go](https://www.youtube.com/watch?v=ysjcEN548yc&utm_source=studygolang&utm_medium=email)
[Managing and Scaling Real Time Data Pipelines using Go](https://www.youtube.com/watch?v=2s5l9ErNL3s&utm_source=studygolang&utm_medium=email)
[WTF Was Wrong With My (Early) Go Code](https://medium.com/@lestrrat/wtf-was-wrong-with-my-go-code-a025fa7563c?utm_source=studygolang&utm_medium=email)
[Monitoring Go applications in real-time](https://www.datadoghq.com/monitor-go/?utm_source=Advertisement&utm_medium=CooperPress&utm_campaign=CooperPress-studygolang&utm_content=Go)
See custom app metrics in context with memory usage, GC, and metrics from across your stack. [Try Datadog today](https://www.datadoghq.com/monitor-go/?utm_source=Advertisement&utm_medium=CooperPress&utm_campaign=CooperPress-studygolang&utm_content=Go).
[govvv: A Simple Go Binary Versioning Tool That Wraps 'go build'](https://github.com/ahmetalpbalkan/govvv?utm_source=studygolang&utm_medium=email)
[vuls: Vulnerability Scanner for Linux/FreeBSD, Written in Go](https://github.com/future-architect/vuls?utm_source=studygolang&utm_medium=email)
[A Pure Go 'Balloon' Password Hashing Library](https://github.com/stargrave/balloon?utm_source=studygolang&utm_medium=email)
[Balloon hashing](https://crypto.stanford.edu/balloon/) is a space-hard hashing function developed at Stanford.
[Portmidi: Go Bindings to a Digital Media (MIDI, Video, Audio) Library](https://github.com/xlab/portmidi?utm_source=studygolang&utm_medium=email)
Includes an example of [a vocoder](https://github.com/xlab/portmidi/tree/master/example/vocoder) written in Go.
[redlog: Redis-Style Logger for Go](https://github.com/tidwall/redlog?utm_source=studygolang&utm_medium=email)
If you like how Redis’s output looks.
[BORG: A Terminal-Based Search Engine for Bash Commands](https://github.com/crufter/borg?utm_source=studygolang&utm_medium=email)
[Teleconsole: Tool to Share Your UNIX Terminal and Forward Local TCP Ports](https://github.com/gravitational/teleconsole?utm_source=studygolang&utm_medium=email)
[jsonapi: Utilities to Convert Go Data To and From the JSON API Format](https://github.com/smotes/jsonapi?utm_source=studygolang&utm_medium=email)
[sqlm: A Minimalist SQL Builder for Go](https://github.com/shuoli84/sqlm/?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)