![]() Redis 6.0 on RedisGreen— SSL encryption, key size tracking, memory mapping, online upgrades, and more. RedisGreen sponsor |
▶ The Latest on Generics with Robert Griesemer and Ian Lance Taylor— The ever popular and always fantastic Go Time podcast got Robert Griesemer and Ian Lance Taylor on board to talk about everyone’s favorite recent Go topic… generics! Why can’t we use angle brackets for generics? What type of feedback do they want from us? It's all here. The Go Time Podcast podcast |
What’s New in GoLand 2020.2, a Popular Go IDE— It’s a commercial product but GoLand is nonetheless a popular Go IDE and its latest version has improved modules support, lets you share and execute code with the Go Playground, has experimental generics support, and lets you work with GitHub pull requests right from the IDE. JetBrains |
Generics Part 01: Basic Syntax— One of Go’s best teachers lays out the problem statement and current solution for the Generics draft, complete with go2go playground links and backing repo. William Kennedy |
Let's Build A Full-Text Search Engine— You probably have used an FTS engine, but could you build one? Of course! With a small amount of Go, you can filter and stem your way to a solid FTS engine. Artem Krylysov |
Making a Testable Cobra CLI App— Using a ‘hexagonal’ approach to creating a CLI app, decoupling the business logic from the CLI to make everything nice and testable. Josip Antoliš |
|