![]() Open Go Conference: South Florida - March 18 & 19, 2019— Focuses on the open source community within the Go ecosystem. This event provides talks and workshops that will prepare and teach people how to effectively get involved and participate in open source, highlighting some of the very best open source Go projects. OpenGo sponsor |
Creating WebGL Apps with Go— A developer goes into detail about his experiences of building an interactive 3D WebGL-based application using Go (along with GopherJS and Vecty) and without a single line of JavaScript. Ivan Danyliuk |
Go 1.11.3 and Go 1.10.6 Security Releases Due Later Today— Indications are that these releases are not serious enough for us to delay the newsletter, but if you are very proactive about upgrading Go around security issues, keep an eye out for 1.11.3 and 1.10.6 later today. Dmitri Shuralyov |
Dockerizing a Go Service— How to use Docker to build a module-enabled Go service from source code and wrap the final binaries inside a container image. Alex Golshani |
String Interning in Go— String interning is a method of storing only one copy of each distinct string value and then referring to it from any place that string is needed or used. Artem Krylysov |
|