## FEATURED ##
[Go 1.5's 'To Do' List](https://docs.google.com/document/d/1nWAlZSXGMGdIh8iKovGpx9L1dHiQZlEmq4xDrfxPcBA/edit)
“Go 1.5 code freeze is May 1, 2015; release is August 1, 2015. This is a list of things we’re hoping will be in Go 1.5 but are not yet done.”
[The 'Go-2' Project: An April Fool's Joke](http://underlap.blogspot.com/2015/04/go2.html)
Enjoy this April Fool’s joke with the benefit of hindsight. It describes a ‘Go 2’ extended subset of Go that adds new features and refines ‘confusing’ things in regular Go.
[hyflow-go: A Geo-Replicated Main-Memory Highly Consistent Datastore](http://www.hyflow.org/hyflow-go/index.html)
An interesting research project from Virginia Tech’s Systems Software Research Group.
[The 2nd Go Challenge Has Been Set](http://golang-challenge.com/go-challenge2/)
Guillaume J. Charmes has set an encryption themed challenge leaning on the NaCl library.
[TardisGo: A Proof of Concept Go to Haxe Compiler](https://github.com/tardisgo/tardisgo/)
Provides the opportunity to reach C++, C#, Java and JavaScript as well since Haxe is designed to easily compile to those languages.
[gobench: A Go Benchmark Competition](http://blog.gopheracademy.com/gobench/)
An environment in which Go developers can gain practical experience of writing fast code and exchange knowledge and know-how.
['Monkey Patching' in Go](http://bouk.co/blog/monkey-patching-in-go/)
Consider this an academic exercise for fun/as a cool hack. Don’t use these techniques in production unless you are feeling extremely brave.
## IN BRIEF ##
[Preview the Latest AWS SDK for Go Updates in the Master Branch](https://aws.amazon.com/blogs/aws/preview-the-latest-updates-in-the-master-branch-aws-sdk-for-go/)
[Decoding YAML in Go](http://mlafeldt.github.io/blog/decoding-yaml-in-go/)
Decoding YAML itself is easy but there are some more advanced considerations to be aware of too.
[Building a REST API in Go](http://nilpath.se/building-a-rest-api-in-golang/)
[Golang Internals, Part 4: Object Files and Function Metadata](http://blog.altoros.com/golang-part-4-object-files-and-function-metadata.html)
[A Quick and Dirty Guide to Deploying Go Apps](http://learningtolearn.sndrs.ca/blog/2015-03-29-quick-and-dirty-guide-to-deploying-go-apps/)
A look at using Ansible to set up a system ready to run Go apps.
[HTTP Handlers in Go](http://thoughtsfromplac.es/http-handlers-in-go/)
[How To Do Stream Multiplexing in Go](https://www.hakkalabs.co/articles/stream-multiplexing-go/)
A talk about using Muxado for doing stream multiplexing in Go as a foundation for RPC.
[How to Make Your Statistical Programs More Scalable With Go](https://www.hakkalabs.co/articles/using-go-for-statistical-programming-by-aditya-mukerjee/)
A recording and slides of a talk given by a Cornell Tech student about using Go for statistical programming (back in 2013).
[An AngularJS App Backed by Go to Show and Rate Puppies](https://github.com/mseshachalam/go-angular)
Cutesy topic aside, if you want to bring together Angular and Go at all, here’s some code to read.
[Color: Easily Colorize Your Terminal Output](https://github.com/fatih/color)
Supports Windows too.
[progressio: Library for Progress Feedback from io.Reader and io.Writer Objects](https://github.com/bartmeuris/progressio)
[Buffer: Composable Buffers for Go](https://github.com/djherbis/buffer)
[HN Notifications: Get An Email When A Hacker News Story Matches Your Criteria](https://github.com/ichinaski/hnnotifications)
有疑问加站长微信联系(非本文作者)