## FEATURED
[Understanding Tensorflow Using Go](https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/?utm_source=studygolang&utm_medium=email)
An error-driven approach to learning the Tensorflow architecture and what is possible with the Go binding. (Tensorflow is a popular machine learning library.)
[17 Talks from GopherCon Singapore 2017](https://www.youtube.com/playlist?list=PLq2Nv-Sh8EbZEjZdPLaQt1qh_ohZFMDj8&utm_source=studygolang&utm_medium=email#gopherconsg)
It took place last week and there were many interesting talks like escape analysis and memory profiling, building CLI apps with Go, and a talk on Dgraph.
YOUTUBE
['We Made A Multiplayer Browser Game in Go for Fun'](http://blog.u2i.com/we-made-a-multiplayer-browser-game-in-go-for-fun/?utm_source=studygolang&utm_medium=email)
The challenges of creating a back-end for a multiplayer browser game using Go, including websockets and network data strategies.
[Building and Using Coverage-Instrumented Programs](http://damien.lespiau.name/2017/05/building-and-using-coverage.html?utm_source=studygolang&utm_medium=email)
Create coverage-instrumented binaries, run them and aggregate the coverage data from running both the program and the unit tests.
[Gollvm: Prototype LLVM IR Generation 'Middle End' for a LLVM-Based Go Compiler](https://go.googlesource.com/gollvm/?utm_source=studygolang&utm_medium=email)
This approach may provide a way to target WebAssembly from Go in future. [Related Hacker News discussion](https://news.ycombinator.com/item?id=14429825). (BTW, what a great project name!)
[Building a Text to Speech Server with GRPC and Kubernetes](https://www.youtube.com/watch?v=XaMr--wAuSI&list=PL64wiCrrxh4Jisi7OcCJIUpguV_f5jGnZ&index=1&utm_source=studygolang&utm_medium=email)
A fun look at how a Go expert puts a project together. 47 minutes.
## IN BRIEF
[dotGo: The European Go Conference (Paris, November 6)](https://www.dotgo.eu/?utm_source=studygolang&utm_medium=email)
4 speakers announced so far: Francesc Campoy, Jaana B. Dogan, Brian Ketelsen, & Sameer Ajmani.
[A Look at Go Methods](https://golangbot.com/methods/?utm_source=studygolang&utm_medium=email)
Covers the basics along with value vs pointer receivers and arguments.
[A Simple Go 'retry' Function](https://upgear.io/blog/simple-golang-retry-function/?utm_source=studygolang&utm_medium=email)
[Make Ctrl+C Cancel context.Context](https://medium.com/@matryer/make-ctrl-c-cancel-the-context-context-bd006a8ad6ff)
Cleanly terminate a web server by handling SIGINT with context events.
[Structs in Go: A Basic Tutorial](https://golangbot.com/structs/?utm_source=studygolang&utm_medium=email)
[Abstracting the Logger Interface in Go](https://tendermint.com/blog/abstracting-the-logger-interface-in-go?utm_source=studygolang&utm_medium=email)
[Go Pros and Cons for DevOps: Goroutines, Panics, and Errors](https://blog.bluematador.com/posts/golang-pros-cons-for-devops-part-1-goroutines-panics-errors/?utm_source=studygolang&utm_medium=email)
[High Performance and Scaling Techniques in Go using Go Assembly](https://www.youtube.com/watch?v=AOpprhr6C9I&utm_source=studygolang&utm_medium=email)
[Efficient Generic Multidimensional Slices in Go](https://www.youtube.com/watch?v=fd4EPh2tYrk&utm_source=studygolang&utm_medium=email)
[A Spinning Cube Demo Using Go and the Vulkan 3D Graphics API](https://github.com/vulkan-go/demos/tree/master/vulkancube?utm_source=studygolang&utm_medium=email)
[gonvim: Neovim UI Written in Go](https://github.com/dzhou121/gonvim?utm_source=studygolang&utm_medium=email#README)
Using libui.
[githubql: A Client Library for Accessing the GitHub GraphQL API](https://github.com/shurcooL/githubql?utm_source=studygolang&utm_medium=email)
[A Go Parser for 'ssh_config' Files](https://github.com/kevinburke/ssh_config?reddit=&utm_source=studygolang&utm_medium=email)
[Istio: A Platform for Controlling and Connecting a Mesh of Microservices](https://github.com/istio/istio?utm_source=studygolang&utm_medium=email)
[Pixel 0.6: A 2D Game Library](https://github.com/faiface/pixel/releases/tag/v0.6?utm_source=studygolang&utm_medium=email)
This new release adds text drawing and more.
[go-httpdoc: Generate API Documentation From httptest Test Cases](https://github.com/mercari/go-httpdoc?utm_source=studygolang&utm_medium=email)
[A Go-Powered Slack Interactive Message Bot](https://github.com/tcnksm/go-slack-interactive?utm_source=studygolang&utm_medium=email)
有疑问加站长微信联系(非本文作者)