The Go Blog

More powerful Go execution traces, 14 March 2024
Michael Knyszek

New features and improvements to execution traces from the last year.

Robust generic functions on slices, 22 February 2024
Valentin Deleplace

Avoiding memory leaks in the slices package.

Routing Enhancements for Go 1.22, 13 February 2024
Jonathan Amsterdam, on behalf of the Go team

Go 1.22's additions to patterns for HTTP routes.

Go 1.22 is released!, 6 February 2024
Eli Bendersky, on behalf of the Go team

Go 1.22 enhances for loops, brings new standard library functionality and improves performance.

Share your feedback about developing with Go, 23 January 2024
Alice Merrick, for the Go team

Help shape the future of Go by sharing your thoughts via the Go Developer Survey

Finding unreachable functions with deadcode, 12 December 2023
Alan Donovan

deadcode is a new command to help identify functions that cannot be called.

Go Developer Survey 2023 H2 Results, 5 December 2023
Todd Kulesza

What we learned from our 2023 H2 developer survey

Fourteen Years of Go, 10 November 2023
Russ Cox, for the Go team

Happy Birthday, Go!

Everything You Always Wanted to Know About Type Inference - And a Little Bit More, 9 October 2023
Robert Griesemer

A description of how type inference for Go works. Based on the GopherCon 2023 talk with the same title.

Deconstructing Type Parameters, 26 September 2023
Ian Lance Taylor

Why the function signatures in the slices packages are so complicated.

More articles...