Go Modules: v2 and Beyond— The last in a series of posts on the official Go blog about using modules, as introduced in Go 1.11 and made a default feature in Go 1.13. On this outing, the focus is on versions and how to create and publish major new versions of your modules. Jean de Klerk and Tyler Bui-Palsulich |
How Many Go Developers Are There?— Russ has an update to some research he did a couple of years ago, complete with a new estimate: “As of November 2019, my best estimate is between 1.15 and 1.96 million.” To the 2.5% of you who subscribe to this newsletter, thank you! 😄 Russ Cox |
Golang Developer at X-Team (Remote)— Work with the world's leading brands, from anywhere. Travel the world while being part of the most energizing community of developers. X-Team |
Find a Job Through Vettery— Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started. Vettery |
GopherCon 2019 Spotlight— What were GopherCon attendees excited about? Mattel, GitHub, Microsoft, and others share Go integrations and their work. Heroku sponsor |
Unit Testing exec.Command — exec.Command executed a named program with arguments you supply, but how can you test functions that use it? Jamie Thompson |
Managing CPU Load in Golang— Patterns for handling requests, including worker pools, buffered channels, and offloading to third parties. Ellation |
Analyzing Go Executables with JEB— JEB is a commercial reverse engineering tool and it can be used to analyse Go binaries in various ways, as seen here (where the focus is on analyzing malware written in Go). Joan Calvet |
|