Parentheses or square brackets for generics?
#321 — July 17, 2020Unsubscribe | Read on the WebGolang WeeklyGenerics and Parentheses— Using parentheses () to declare or instantiate types raised numerous concerns but the core team is now...
View ArticleThree new design drafts to push Go forward
#322 — July 24, 2020Unsubscribe | Read on the WebWe're skipping the tutorials section this week, as three new design drafts have provided us with more than enough to read! 😄 If, however, you have any...
View ArticleReviewing different approaches to HTTP routing in Go
#323 — July 31, 2020Unsubscribe | Read on the WebGolang WeeklyGo 1.15 Release Candidate 1 Released— Go 1.15 is another step closer! Report any problems here, download binaries and packages here, or...
View ArticleTwo new Go releases to fix a bug undiscovered for 9 years
#324 — August 7, 2020Unsubscribe | Read on the WebGolang WeeklyBoids in WebAssembly Using Go— A boid (bird-oid) is a “simulated bird-like object” and simulating a flock of them in Go and WebAseembly...
View ArticleGo 1.15, serverless Go functions, and a new Go-powered database
#325 — August 14, 2020Unsubscribe | Read on the WebGo WeeklyGo 1.15 Released— Hit up the release notes to go through everything that’s new, but the highlights include substantial improvements to the...
View ArticleGetting a little more context.Context
#326 — August 21, 2020Unsubscribe | Read on the WebGolang WeeklyErrors 2.0: Go Errors, But With Network Portability and More— A drop-in replacement for the standard errors package that adds things...
View ArticleThe Go team's next steps with generics
#327 — August 28, 2020Unsubscribe | Read on the WebGolang WeeklyMoving Forward with the Generics Design Draft— Unfortunately this discussion requires a Google login, but in short the Go team have...
View ArticleA music video coded in Go
#328 — September 4, 2020Unsubscribe | Read on the WebGolang WeeklyGORM 2.0 Released: A 'Fantastic ORM' for Go— With version 2, GORM has been rewritten from scratch and boasts improved performance and...
View ArticleA Go module versioning point to be aware of
#329 — September 11, 2020Unsubscribe | Read on the WebGolang Weekly▶ Discussing Fuzzing in Go— A deep dive on the art of fuzzing (a type of testing for finding bugs by providing systems with...
View ArticleHow to use Go code in iOS and Android native apps
#330 — September 18, 2020Unsubscribe | Read on the Web📣 Quite a few cool bits and pieces in the Code & Tools section at the bottom of this week's issue, so be sure to check it out if you don't...
View ArticleTaking Go to ARM SoCs, the ESP8266, and beyond
#331 — September 25, 2020Unsubscribe | Read on the WebGolang WeeklyTamaGo: Bare Metal Go for ARM SoCs— A framework that enables compilation and execution of Go apps on bare metal ARM System-on-Chip...
View ArticleHandling currency, strings, and disk space with Go
#332 — October 2, 2020Unsubscribe | Read on the Web💬 Very few tutorials out this week, so we've decided to skip that section and instead treat you to an interview with community member Mat Ryer which...
View ArticleBringing Python and Go closer together
#333 — October 9, 2020Unsubscribe | Read on the WebGolang WeeklyEmbedding Python in Go— There are a couple of ways to skin this, um, snake, and Chris takes the more approachable but less performant...
View ArticleAn eleven year old proposal makes it into Go
#334 — October 16, 2020Unsubscribe | Read on the WebGolang WeeklyBubble Tea: A Powerful Elm-Inspired TUI Framework— Based on the Elm architecture, this is aimed at interactive terminal applications....
View ArticleA thorough review of the draft proposal for generics
#335 — October 23, 2020Unsubscribe | Read on the WebGolang Weeklystatsviz: Instant Visualization of Your App's Runtime Statistics— Plots are created for the heap (size, alloc, etc.), object...
View ArticleFile embedding comes to Go, and gopls goes experimental
#336 — October 30, 2020Unsubscribe | Read on the WebGolang Weekly▶ Discussing GitHub's Go-Powered CLI— Mislav Marohnić works at GitHub and has built two Go-powered GitHub CLIs: hub and gh. Hear the...
View ArticleHow and why a Go-powered database does manual memory management
#337 — November 6, 2020Unsubscribe | Read on the WebGolang WeeklyInsights on Rust vs Go— John is a huge Go fan and has done a lot of work in the Go space, but he thinks both Rust and Go are awesome...
View ArticleGo goes up to 11
#338 — November 13, 2020Unsubscribe | Read on the WebGolang WeeklyEleven Years of Go— Unsurprisingly coming after Go's big tenth birthday comes its eleventh ;-) On behalf of the Go core team, Russ...
View ArticleInitial reports of Go on Apple's new Arm-based CPUs
#339 — November 20, 2020Unsubscribe | Read on the WebGo WeeklyGo Standard Library Benchmarks: Intel i5 vs Apple's M1— If you’ve wondered how Apple’s newest Arm-based CPU fares with Go, these results...
View ArticleGenerics 2022
#340 — November 27, 2020Unsubscribe | Read on the WebGo WeeklyThe Latest Draft Design for Type Parameters (Enabling 'Generics'); Now Due in 2022 with Go 1.18— Russ Cox has mentioned that the Go...
View Article