## FEATURED
[goque: Persistent Stacks and Queues Backed by LevelDB
](https://github.com/beeker1121/goque?utm_source=studygolang&utm_medium=email)
Provides stack (LIFO), queue (FIFO) and priority queue structures, all stored in Go’s LevelDB port so they can scale beyond available memory.
[Go Code Usage Examples in Your Editor, As You Type](https://text.sourcegraph.com/code-usage-examples-in-your-editor-as-you-type-f7fc89d894dd?utm_source=studygolang&utm_medium=email)
An interesting new tool that you can install in Sublime Text or Vim that lets you get live-updating usage examples from GitHub for the code you’re currently editing.
[Managing Syscall Overhead with crypto/rand](http://blog.sgmansfield.com/2016/06/managing-syscall-overhead-with-crypto-rand/?utm_source=studygolang&utm_medium=email)
Examining techniques to bypass the overhead of generating random numbers in a Go program.
[Go Python Go](https://blog.heroku.com/archives/2016/6/2/see_python_see_python_go_go_python_go?c=7013A000000mLDyQAM&utm_campaign=Display%20-%20Endemic%20-Cooper%20-Go%20-%20Blog%20-%20Go-Python-Go&utm_medium=display&utm_source=studygolang&utm_content=blog&utm_term=go)
What’s the easiest way to speed up your Python server? By handling the requests with Go. See how Andrey Petrov did it (by using C in the middle). Read More.
[go-dexec: Like Go's 'os/exec' Package but for Docker](https://github.com/ahmetalpbalkan/go-dexec?utm_source=studygolang&utm_medium=email)
Run processes, but inside Docker containers. The docs boast you can “off-load computationally expensive parts of your program to a remote fleet of Docker engines.” There’s also an introductory blog post.
[gron: Like Cron Jobs, but within Go](https://github.com/roylee0704/gron?utm_source=studygolang&utm_medium=email)
Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly.
[Service Autodiscovery in Go with Sleuth](http://darian.af/post/master-less-peer-to-peer-micro-service-autodiscovery-in-golang-with-sleuth/?utm_source=studygolang&utm_medium=email)
This tutorial outlines how to author microservices in Go that can discover each other as peers on a LAN without the need for an external service.
## IN BRIEF
[Pkg/errors 0.7.0 Released](https://forum.golangbridge.org/t/pkg-errors-0-7-0-has-been-released/2768?utm_source=studygolang&utm_medium=email)
[Ultimate Go, a 2 Day Go Class in Berlin (June 25-26)](https://www.eventbrite.com/e/ultimate-go-berlin-june-2016-tickets-25513496555?utm_source=studygolang&utm_medium=email)
It’s run by Bill Kennedy, perhaps the most prolific and well-travelled Go trainer out there.
[Buford v0.7.0: Apple Push Notifications for Go 1.6 and HTTP/2](https://groups.google.com/d/msg/golang-nuts/KfTMCYt-c2w/erNaR6XGBAAJ?utm_source=studygolang&utm_medium=email)
Can now send multiple notifications concurrently, so is much faster.
[How to Do Google Sign-in with OAuth and Go](http://skarlso.github.io/2016/06/12/google-signin-with-go/?utm_source=studygolang&utm_medium=email)
[Cleaning up Parallel Tests in Go 1.7](https://kev.inburke.com/kevin/go-1-7-parallel-tests/?utm_source=studygolang&utm_medium=email)
[Go Tips and Tricks to Crack Competitive Programming](http://blog.narenarya.in/tips-tricks-go?utm_source=studygolang&utm_medium=email)
[A Few Advanced Go Tips And Tricks](https://scene-si.org/2016/06/13/advanced-go-tips-and-tricks/?utm_source=studygolang&utm_medium=email)
[How I Learned To Quit Worrying And Love Go’s Interfaces](https://paddy.io/posts/go-interfaces/?utm_source=studygolang&utm_medium=email)
[PlaneBoard: Read Your Tweets on the Go via DNS TXT Records](https://github.com/mdp/PlaneBoard?utm_source=studygolang&utm_medium=email)
[Sleuth: Go Library for P2P Autodiscovery and RPC Between HTTP Services](https://github.com/ursiform/sleuth?utm_source=studygolang&utm_medium=email)
[wisemonk: A Bot to Move Conversations from Slack to Discourse](https://github.com/dgraph-io/wisemonk?utm_source=studygolang&utm_medium=email)
Detects if people are chatting too much.
[Mmock: HTTP Mocking App for Testing and Fast Prototyping](https://github.com/jmartin82/mmock?utm_source=studygolang&utm_medium=email)
[fuzzy-dns: A Simple DNS Server to Tolerate Typos in Subdomains](https://github.com/MohamedBassem/fuzzy-dns?utm_source=studygolang&utm_medium=email)
Another DNS related project built for fun.
[Pool: Consumer Pools for Easier Goroutine Handling](https://github.com/go-playground/pool?utm_source=studygolang&utm_medium=email)
[Gin: A Performance-Focused HTTP Web Framework](https://github.com/gin-gonic/gin?utm_source=studygolang&utm_medium=email)
Not new but worth revisiting.
[Party Parrot for Your Terminal](https://github.com/jmhobbs/terminal-parrot?utm_source=studygolang&utm_medium=email)
If you don’t know what [party parrot](http://cultofthepartyparrot.com/) is, this might not help.
有疑问加站长微信联系(非本文作者)