FEATURED
Understanding Tensorflow Using Go
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
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'
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
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
This approach may provide a way to target WebAssembly from Go in future. Related Hacker News discussion. (BTW, what a great project name!)
Building a Text to Speech Server with GRPC and Kubernetes
A fun look at how a Go expert puts a project together. 47 minutes.
IN BRIEF
dotGo: The European Go Conference (Paris, November 6)
4 speakers announced so far: Francesc Campoy, Jaana B. Dogan, Brian Ketelsen, & Sameer Ajmani.
A Look at Go Methods
Covers the basics along with value vs pointer receivers and arguments.
Make Ctrl+C Cancel context.Context
Cleanly terminate a web server by handling SIGINT with context events.
Structs in Go: A Basic Tutorial
Abstracting the Logger Interface in Go
Go Pros and Cons for DevOps: Goroutines, Panics, and Errors
High Performance and Scaling Techniques in Go using Go Assembly
Efficient Generic Multidimensional Slices in Go
A Spinning Cube Demo Using Go and the Vulkan 3D Graphics API
gonvim: Neovim UI Written in Go
Using libui.
githubql: A Client Library for Accessing the GitHub GraphQL API
A Go Parser for 'ssh_config' Files
Istio: A Platform for Controlling and Connecting a Mesh of Microservices
Pixel 0.6: A 2D Game Library
This new release adds text drawing and more.
go-httpdoc: Generate API Documentation From httptest Test Cases
有疑问加站长微信联系(非本文作者)
