## FEATURED
[Apex: Serverless Architecture with AWS Lambda](https://medium.com/@tjholowaychuk/introducing-apex-800824ffaa70?utm_source=studygolang&utm_medium=email)
Apex is a small program written in Go for managing “serverless” architecture via AWS Lambda, allowing you to focus on code instead of infrastructure.
[cgo is not Go](http://dave.cheney.net/2016/01/18/cgo-is-not-go?utm_source=studygolang&utm_medium=email)
“I believe that when faced with reimplementing a large piece of C code in Go, programmers choose instead to use cgo to wrap the library, believing that it is a more tractable problem. I believe this is a false economy.”
[Go 1.6's Remaining Schedule and Superfreeze](https://groups.google.com/d/msg/golang-dev/auZ-CfTBf8g/T7QpKomoEwAJ?utm_source=studygolang&utm_medium=email)
There are some lingering bugs in Go 1.6 beta 2 but RC1 is expected at the start of February with 1.6 proper in mid February.
[Zygomys: A 100% Golang, Easy-to-Use Lisp](https://github.com/glycerine/zygomys?utm_source=studygolang&utm_medium=email)
As Java has Clojure, Go has Zygomys, they say. It’s an embeddable Lisp written in Go and designed to interact with Go concepts.
[An Analysis of the Top 1000 Go Repositories](http://blog.sgmansfield.com/2016/01/an-analysis-of-the-top-1000-go-repositories/?utm_source=studygolang&utm_medium=email)
A look at code organization, vendoring, repository, package and cgo use.
[Go at Google: Language Design in the Service of Software Engineering](https://talks.golang.org/2012/splash.article?utm_source=studygolang&utm_medium=email)
An oldie, but if you haven’t read it yet, Go trainer William Kennedy says it’s still a must read.
[Lambda: A Lisp Interpreter Written in Go for an iOS App](http://blog.gaurav.im/2016/01/16/lambda-a-lisp-interpreter-written-in-go-for-an-ios-app/?utm_source=studygolang&utm_medium=email)
A quick look at how the interpreter was created before noting gomobile could be used to compile it into a static library for use in an iOS app.
## IN BRIEF
[vim-go 1.4 Released: Go Development Plugin for Vim](https://github.com/fatih/vim-go/releases/tag/v1.4?utm_source=studygolang&utm_medium=email)
[Gb 0.4.0 Released: The Project-Based Build Tool](https://forum.golangbridge.org/t/gb-0-4-0-has-been-released/1852?utm_source=studygolang&utm_medium=email)
[Go Error Handling Tutorial For Beginners](http://codesamplez.com/programming/golang-error-handling?utm_source=studygolang&utm_medium=email)
[How to Generate A Sine Wave in Go](http://brendaningram.com/article/sine-wave-generator-in-golang/?utm_source=studygolang&utm_medium=email)
[Go Coverage with External Tests](https://blog.cloudflare.com/go-coverage-with-external-tests/?utm_source=studygolang&utm_medium=email)
[Is 'err != nil' The Best Idiom for Error Handling?](https://www.reddit.com/r/golang/comments/4126jh/is_err_nil_the_best_idiom_for_error_handling/?utm_source=studygolang&utm_medium=email)
[Go's := Causes Accidental Shadowing](https://blog.dbalan.in/blog/2016/01/14/golang-shorthand-operator-allows-accidental-shadowing-of-variable/?utm_source=studygolang&utm_medium=email)
[Syncthing: Open Source Decentralized File Syncing Tool](https://syncthing.net/?utm_source=studygolang&utm_medium=email)
[ST: Struct Tagger for Go](https://github.com/alistanis/st/?utm_source=studygolang&utm_medium=email)
[shell: Generate Shell Commands, sprintf Style](https://github.com/keegancsmith/shell?utm_source=studygolang&utm_medium=email)
[Apex Log: Structured, Centralized Logging for Go](https://medium.com/@tjholowaychuk/apex-log-e8d9627f4a9a?utm_source=studygolang&utm_medium=email#.fcbv14c29)
[glob.go: A Go Globbing Library](https://github.com/gobwas/glob?utm_source=studygolang&utm_medium=email)
Compile globs then match strings against them.
[Slacker: Interface with Slack's API and Real Time Messaging API](https://github.com/bobbytables/slacker?utm_source=studygolang&utm_medium=email)
[A Go Client for the PayPal API](https://logpacker.com/blog/go-client-for-paypal-sdk?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)