Talks and Presentations:
- The State of Go in May 2017 by Google's Francesc Campoy focused on stdlib and runtime improvements. Talk video here.
- Language Mechanics on Stacks and Pointers by William Kennedy helps understand memory and pointers with examples.
Releases and Updates:
- Go 1.8.3 Released (Shortly After 1.8.2) with fixes to compiler, runtime, documentation, database/sql, and a security fix to crypto/elliptic package.
Services and Tools:
- Try Codeship Basic: Hosted Continuous Integration service set up in under 3 minutes with thousands of happy customers like InvisionApp & Whole Foods. Try it for free.
- c2goasm: A C to 'Go Assembly' Conversion Tool produces a pure Go solution without the need for a C compiler.
- c2go: A Tool for Converting C to Go is in early days and now supports dynamic memory alloc with malloc/calloc.
- Autoscaling for your Heroku dynos automatically scales up and down to handle increased workloads and avoid idle resources.
Code and Libraries:
- go-grpc-middleware: GRPC Middleware Helpers for gRPC.
- Metaflector: Higher-level Reflection Capabilities for Inspecting Objects & Structs.
- MemGuard: Pure Go Library That Handles Sensitive Values in Memory.
- httpsnoop: Capture HTTP Related Metrics from http.Handlers.
- pinhole: A 3D Wireframe Drawing Library for Go.
- S2: A Cartesian, Circle, and Spherical Geometry Library, an ongoing port of the C++ S2 library.
Jobs:
- Golang Backend Engineer (Berlin, Germany) (f/m) at Fraugster Ltd for building scalable backend services.
- Work on Interesting Projects in Go.(l-all)(r-swe)(q2-17-go-weekly)&utm_content=newsletter) from Hired to save time on job search.
Resources and Tutorials:
- GoBooks: A List of 31 Different Go Books with brief summaries.
- Integration Tests for a Go CLI Application using table-driven tests, Golden Files, and a Makefile.
- Controlling a Digispark Board using Gobot and LittleWire from Applied Go.
- What is SQL Injection and How Do We Avoid It in Go? by Jon Calhoun.
- Debugging Go Core Dumps for Linux only.
- Introduction to NoSQL and MongoDB with a free 12-part video series.
- Using Go for Data Science by Daniel Whitenack.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。