## FEATURED ##
[Polymer Gopher: Building Google App Engine Apps with Go](https://www.youtube.com/watch?v=36Si7czwdyA)
Just over an hour spent walking through the process of building a webapp using Go on top of App Engine along with Polymer for the front end. Well recorded and a good tutorial.
[Sling: A Go REST Client Library](https://github.com/dghubble/sling)
A ‘sling’ stores HTTP request properties to simplify making requests and decoding responses.
[The 10 Best Go Videos](https://www.hakkalabs.co/articles/10-best-videos-go)
An opinionated but solid collection of Go related talks covering topics like building Web services, scaling, cryptography and distributed systems.
[Writing a Lexer and Parser in Go - Part 1](http://adampresley.com/2015/04/12/writing-a-lexer-and-parser-in-go-part-1.html)
The first in a new series based heavily on a 2011 presentation by Rob Pike called Lexical Scanning in Go. Adam aims to build a complete INI file parser over 3 posts.
[Getting Started with GopherJS](https://www.hakkalabs.co/articles/getting-started-gopherjs)
GopherJS is a Go to JavaScript compiler and this 35 minute talk covers all the basics as well as a variety of tips and tricks for putting Go to work on the Web.
## IN BRIEF ##
[First GopherCon 2015 Speakers Announced](http://blog.gopheracademy.com/gophercon2015-speakers-round-1/)
[How to Build Your Own Dynamic DNS Service with Go](http://mkaczanowski.com/golang-build-dynamic-dns-service-go/)
[Reading and Writing Redis Protocol in Go](http://www.redisgreen.net/blog/reading-and-writing-redis-protocol/)
[What Does Your Go Workflow Look Like?](http://www.reddit.com/r/golang/comments/32ohrd/what_does_your_go_workflow_look_like/)
[Looking for Security Trouble Spots in Go Code](http://0xdabbad00.com/2015/04/12/looking_for_security_trouble_spots_in_go_code/)
[Autocompeter: A Fast AJAX Autocomplete Service and Widget](https://autocompeter.com/)
Uses an open source Go-powered backend, with JavaScript for the frontend. Use their server or spin up your own.
[goauto: Go Package for Building Automation Tools](https://github.com/dshills/goauto)
[simple-scrypt: A Wrapper Around Go's 'scrypt' Package](https://github.com/elithrar/simple-scrypt)
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go.
[Go Functions to Calculate The Distance in Meters Between Long/Lat Points](https://gist.github.com/cdipaolo/d3f8db3848278b49db68)
[httpmock: HTTP Mocking in Go Made Easy](https://github.com/goware/httpmock)
[Ivy: Simple, File-Based Database Management System (DBMS) for Go](https://github.com/jameycribbs/ivy)
Stores each record as a JSON file.
[html2text: HTML to Plaintext Conversion Library](https://github.com/jaytaylor/html2text)
[boulder: An ACME-Based CA, written in Go](https://github.com/letsencrypt/boulder)
[niltalk: A Multi-room Disposable Chat Service Written in Go That Uses WebSockets](https://github.com/goniltalk/niltalk)
有疑问加站长微信联系(非本文作者)