## FEATURED
[VCS Repository Management for Go](http://engineeredweb.com/blog/2015/golang-vcs-released/?utm_source=studygolang&utm_medium=email)
Manage repos in varying version control systems with ease through a common interface. Supports Git, Mercurial (Hg), Bazaar (bzr), and Subversion (SVN). [GitHub project](https://github.com/Masterminds/vcs) here.
[Calling Go from Swift](https://medium.com/@rakyll/calling-go-from-swift-be88709942c3?utm_source=studygolang&utm_medium=email)
A new part of the Go Mobile project is language bindings from Swift (Apple’s new iOS-oriented language) to Go. Here’s a quick example of using them.
[Nomad: Distributed, Highly Available, Datacenter-Aware Scheduler](https://github.com/hashicorp/nomad?utm_source=studygolang&utm_medium=email)
Use a declarative job specification to submit work, and Nomad ensures constraints are satisfied and resource utilization is optimized. From HashiCorp, the creators of Vagrant.
[Oct 16th Free Webinar: Siesta - A Different Go Framework](http://www.vividcortex.com/resources/webinars/siesta-go-framework/?utm_source=studygolang&utm_medium=email)
Siesta is a lightweight Go framework. When we developed Siesta, we made sure to keep it simple to avoid spaghetti code both in the package itself and user-facing code that uses it. As a result, Siesta enables a lot more functionality without imposing a strict view for writing HTTP services.
[Resty: Simple HTTP and REST Client Inspired by Ruby's rest-client](https://github.com/go-resty/resty?utm_source=studygolang&utm_medium=email)
Robust request body input, auto marshal & unmarshal, request and response middlewares, custom & extensible redirect policy, etc.
[3 Trivial Concurrency Exercises for the Confused Newbie Gopher](http://whipperstacker.com/2015/10/05/3-trivial-concurrency-exercises-for-the-confused-newbie-gopher/?utm_source=studygolang&utm_medium=email)
Nothing to learn here, but three simple exercises for you to try to practice your concurrency skills.
[gologin: Chainable Go Login Handlers for Authentication Providers](https://github.com/dghubble/gologin?utm_source=studygolang&utm_medium=email)
Provides chainable login handlers for Google, Github, Twitter, Digits, Facebook, Bitbucket, Tumblr, OAuth1, OAuth2, and other authentication providers.
[Go-miniLock: The Minilock File Encryption System, in Pure Go](https://github.com/cathalgarvey/go-minilock?utm_source=studygolang&utm_medium=email)
Minilock is a heavily reviewed file encryption system available only as a Chrome app so far. This ports the core mechanisms to Go, complete with CLI utilities.
## IN BRIEF
[vim-go 1.2 Released](https://github.com/fatih/vim-go/releases/tag/v1.2?utm_source=studygolang&utm_medium=email)
[What's New in Go Crypto [slidedeck]](http://www.slideshare.net/NicholasSullivan/whats-new-in-go-crypto-gotham-go?utm_source=studygolang&utm_medium=email)
[Getting Started with Go on the Google Cloud Platform](https://cloud.google.com/go/?utm_source=studygolang&utm_medium=email)
[godoc, go doc, godoc.org, and go/doc - Which One's Which?](http://whipperstacker.com/2015/09/30/go-documentation-godoc-godoc-godoc-org-and-go-doc/?utm_source=studygolang&utm_medium=email)
Confused? Don’t be.
[Learn Golang + GraphQL + Relay, Part 1](https://medium.com/@sogko/learn-golang-graphql-relay-1-e59ea174a902?utm_source=studygolang&utm_medium=email)
[A Makefile for Golang CLI Tools](https://ariejan.net/2015/10/03/a-makefile-for-golang-cli-tools/?utm_source=studygolang&utm_medium=email)
[Getting Started with Go](https://cds.cern.ch/record/2056765?utm_source=studygolang&utm_medium=email)
Very high level introductory 8 minute lightning talk.
[stringfy: Simple String Manipulation Packages](https://github.com/hgsigner/stringfy?utm_source=studygolang&utm_medium=email)
Things like camel casing, underscoring, pluralization.
[Rayito: A Simple Ray Tracer Built as a Learning Project](https://github.com/phrozen/rayito?utm_source=studygolang&utm_medium=email)
Pretty samples.
[Ran: A Simple Static Web Server Written in Go](https://github.com/m3ng9i/ran?utm_source=studygolang&utm_medium=email)
[Applikatoni: Tech-Agnostic Deployment of Multiple Apps to Many Servers](http://applikatoni.com/?utm_source=studygolang&utm_medium=email)
Uses WebSockets for a live view and runs deployments in parallel via SSH on multiple servers. Written in Go, naturally.
[PostgreSQL Sharding for go-pg and Golang](https://github.com/go-pg/sharding/?utm_source=studygolang&utm_medium=email)
[Limiter: Simple Rate Limiting Middleware](https://github.com/ulule/limiter?utm_source=studygolang&utm_medium=email)
[factory-go: A Test Fixtures Replacement, Inspired by factory_girl](https://github.com/bluele/factory-go?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)