The latest Golang development news
Getting to Go: The Journey of Go's Garbage Collector — A fascinating slide-driven transcript of a keynote given at the International Symposium on Memory Management detailing the journey and design decisions that led to Go's current garbage collector. Richard L. Hudson | Go Modules Have Landed — This is very bleeding edge and on the development builds of Go only for now, but.. "If a go command runs outside GOPATH/src and there is a go.mod file in the current directory or one of its parent directories, then modules are enabled (otherwise not)" Russ Cox | Rollbar Go SDK Is Now V1.0 — Detect errors in your Go apps in production, then debug them within minutes before your users notice. Rollbar Go SDK is open source, stable, and easy to install. Get unlimited errors during your free trial. ROLLBAR | Participle: A Parser Library for Go — Participle takes the familiar approach of using struct field tags to define a grammar, so if you've used encoding/json , you're well on your way. Alec Thomas | A Theory of Modern Go — A case for dependency injection over of global variables and init() functions. Peter Bourgon | |
No comments:
Post a Comment