## FEATURED
[Brad Fitzpatrick on What To Look Forward To in Go 1.8](https://www.reddit.com/r/golang/comments/4zr8j0/what_should_we_be_excited_about_in_go_18/d6y5mtb?utm_source=studygolang&utm_medium=email)
SSA for all architectures, more optimizations, a new and faster frontend parser, smaller binaries, and more. Plus some interesting answers to followup questions.
[Go Development in Vim with vim-go](https://www.youtube.com/watch?v=7BqJ8dzygtU&utm_source=studygolang&utm_medium=email)
The creator of [vim-go](https://github.com/fatih/vim-go) talks how the most popular Vim plugin for Go development works and how it can make you more productive. A well recorded, helpful talk.
[Using Functions Inside Go Templates](http://www.calhoun.io/using-functions-inside-go-templates/?utm_source=studygolang&utm_medium=email)
A tutorial covering how to create and use both built-in and custom functions in templates using Go’s html/template package.
[Excelize: Go Library for Reading and Writing XLSX Files](https://github.com/Luxurioust/excelize?utm_source=studygolang&utm_medium=email)
A pure Go library for working with Excel spreadsheet files generated by Excel 2007 or later.
[Micro 1.0: A Terminal-based Text Editor](https://github.com/zyedidia/micro?utm_source=studygolang&utm_medium=email)
A pure Go terminal-based text editor with syntax highlighting, color, mouse and Unicode support has reached [version 1.0](https://github.com/zyedidia/micro/releases/tag/v1.0).
[A Walk Through Go 1.7 with Brad Fitzpatrick](https://www.youtube.com/watch?v=8cQcPnzfkLk&utm_source=studygolang&utm_medium=email)
Yep, Brad makes it in twice this week, but he knows his stuff :-) 21 minutes.
## IN BRIEF
[A Proposal of a Design for a Bytecode Interpreter for Go](https://github.com/go-interpreter/proposal/issues/1?utm_source=studygolang&utm_medium=email)
[There's A Star Wars Easter Egg in Go's 'net' Package](https://www.reddit.com/r/golang/comments/502k2u/easter_egg_in_net_package/?utm_source=studygolang&utm_medium=email)
[The First Commit to Go, from 1972](https://github.com/golang/go/commit/7d7c6a97f815e9279d08cfaea7d5efb5e90695a8?utm_source=studygolang&utm_medium=email)
Yes, it’s a joke, but well played :-)
[A Walkthrough of 'encoding/binary'](https://medium.com/@benbjohnson/go-walkthrough-encoding-binary-96dc5d4abb5d?utm_source=studygolang&utm_medium=email)
Demystifying the low-level binary encoding package.
[How Go 1.7's Bounds Check Elimination (BCE) Feature Works](http://www.tapirgames.com/blog/golang-1.7-bce?utm_source=studygolang&utm_medium=email)
[Go 1.7 'httptrace' and 'context' Debug Patterns](https://medium.com/@cep21/go-1-7-httptrace-and-context-debug-patterns-608ae887224a?utm_source=studygolang&utm_medium=email)
httptrace is a new addition in Go 1.7 that allows users to trace the steps of a HTTP request.
[Nested Go Channels Over The Network with Chanserv and AstraNet](http://tech.zenhotels.com/chanserv-and-astranet/?utm_source=studygolang&utm_medium=email)
[5 Tips for Using Strings in Go](http://www.calhoun.io/5-tips-for-using-strings-in-go-2/?utm_source=studygolang&utm_medium=email)
[When to Use Defer](https://kylewbanks.com/blog/when-to-use-defer-in-go?utm_source=studygolang&utm_medium=email)
[From Prototype to Deployment: Building A REST Application using Go](https://www.youtube.com/watch?v=ZOg-IqFuWgA&index=2&list=PLksrWpGRbbYj8HuJMBpK_rUoefScqEYxt&utm_source=studygolang&utm_medium=email)
42 minutes. Audio is not great.
[golq: 2D Locality Queries in Go](https://github.com/aurelien-rainone/golq?utm_source=studygolang&utm_medium=email)
Stores 2D points and efficiently does circle inclusion queries.
[speechtotext: Audio to Text Converter using Google's Cloud Speech API](https://github.com/tmc/speechtotext?utm_source=studygolang&utm_medium=email)
[Rclone: 'Rsync for Cloud Storage' Supporting 11 Platforms](https://github.com/ncw/rclone?utm_source=studygolang&utm_medium=email)
[v8: A Go API for the V8 JavaScript Engine](https://github.com/augustoroman/v8?utm_source=studygolang&utm_medium=email)
Works with the latest Chrome dev build on OS X and Linux. The creator seeks help for compiling on Windows though.
[SCS: Session Management for Go 1.7+](https://github.com/alexedwards/scs?utm_source=studygolang&utm_medium=email)
[noti: Display A Notification After A Terminal Process Finishes](https://github.com/variadico/noti?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)