## FEATURED
[Go for Visual Studio Code](https://github.com/Microsoft/vscode-go?utm_source=studygolang&utm_medium=email)
An extension for Microsoft’s free editor, Visual Studio Code, providing richer support for Go.
[From 0 to Microservice in 5 Minutes with Go](http://nicholasjackson.github.io/microservices/go/building-and-testing-microservices-part1/?utm_source=studygolang&utm_medium=email)
A look at scaffolding a new service, first building and testing locally then getting the build and test passing on CI. Uses go-microservice-template and Minke, an opinionated build system for Docker-based microservices.
[dev.ssa Branch Has Been Merged Into Go Tip](https://github.com/golang/go/commit/a6fb2aede7c8d47b4d913eb83fa45bbeca76c433?utm_source=studygolang&utm_medium=email)
Not a lot to see here, but it’s a key step to improving compile times and speeding up development on the back-end of the Go compiler in future. See [this Hacker News discussion](https://news.ycombinator.com/item?id=11208067) for more info.
[Go Channels Are Bad and You Should Feel Bad](http://www.jtolds.com/writing/2016/03/go-channels-are-bad-and-you-should-feel-bad/?utm_source=studygolang&utm_medium=email)
It’s a bit bombastic in how it raises its points, but it resulted in a lot of discussion on [Hacker News](https://news.ycombinator.com/item?id=11210578) and [Reddit](https://www.reddit.com/r/golang/comments/48mnrp/go_channels_are_bad_and_you_should_feel_bad/). YMMV.
[Implementing Moggio: A Cross-Platform Music Player in Go](https://mattjibson.com/blog/2016/02/29/moggio-multi-source-music-player/?utm_source=studygolang&utm_medium=email)
[Getting Started With OAuth2 in Go](https://jacobmartins.com/2016/02/29/getting-started-with-oauth2-in-go/?utm_source=studygolang&utm_medium=email)
A simple walkthrough of creating a bare app using OAuth2-based authentication provided by Google.
[Golang UK Conference (August 17-19 - London, UK)](http://www.golanguk.com/?utm_source=studygolang&utm_medium=email)
Tickets are going fast. There’s also a [call for speakers](http://www.golanguk.com/speakers) open until the end of April if you want to speak.
[The Oden Programming Language](http://oden-lang.org/?utm_source=golangweekly&utm_medium=email)
An experimental, statically typed, functional programming language, built for the Go ecosystem.
## IN BRIEF
[GopherCon 2016: A Conference for Go Developers (Jul 11-13, Denver, CO)](http://www.gophercon.com/?utm_source=studygolang&utm_medium=email)
[Investigate Your Package Dependencies with prdeps and Unix](http://dave.cheney.net/2016/02/29/investigate-your-package-dependencies-with-prdeps-and-unix?utm_source=studygolang&utm_medium=email)
[Writing A Service Container in Go](http://ewanvalentine.io/writing-a-service-container-in-go/?utm_source=studygolang&utm_medium=email)
[Making A Go Program 70% Faster, by Avoiding Common Mistakes](http://blog.fmpwizard.com/blog/go_making_a_program_70_faster_by_avoiding_common_mistakes?utm_source=studygolang&utm_medium=email)
[About Go Logging for Reusable Packages](https://0value.com/about-Go-logging?utm_source=studygolang&utm_medium=email)
[Comparing The Early Days of Go and Java](https://medium.freecodecamp.com/comparing-early-days-of-go-and-java-db8163bc6798?utm_source=studygolang&utm_medium=email)
[go-carpet: Show Test Coverage for Go Source Files](https://github.com/msoap/go-carpet?utm_source=golangweekly&utm_medium=email)
[genieql: SQL Query and Code Generation for database/sql](https://bitbucket.org/jatone/genieql/overview?utm_source=studygolang&utm_medium=email)
Postgres only for now.
[A Mock Server for APNs in Go](https://blog.clevertap.com/a-mock-server-for-apns-in-go/?utm_source=studygolang&utm_medium=email)
Mocks the new HTTP/2 interface to Apple’s push gateway.
[gock: Versatile HTTP Mocking Made Easy in Go](https://github.com/h2non/gock?utm_source=studygolang&utm_medium=email)
Inspired by Node’s Nock.
[dockward: A Port Forwarding Tool for Docker Containers](https://github.com/abiosoft/dockward?utm_source=studygolang&utm_medium=email)
[Logsip: A Short, Concise, Colorful Logger for Go](https://github.com/iamthemuffinman/logsip?utm_source=studygolang&utm_medium=email)
[Gofile: A Tiny HTTP/1.1 Directory Listing and File Server](https://github.com/siadat/gofile?utm_source=studygolang&utm_medium=email)
[Cherry: A Tiny Webchat Server in Go](https://github.com/rafael-santiago/cherry?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)