#go-language

[ follow ]
#programming
fromInfoQ
3 months ago
Scala

Go 1.24 Brings Generic Type Aliases, Weak Pointers, Improved Finalizers, and More

fromInfoQ
3 months ago
Scala

Go 1.24 Brings Generic Type Aliases, Weak Pointers, Improved Finalizers, and More

fromHackernoon
2 months ago

Generic Alias Types: Why We Need Them | HackerNoon

Generic alias types in Go play a crucial role in simplifying code refactoring by allowing developers to incrementally update package references, minimizing disruption.
Scala
JavaScript
fromInfoQ
4 months ago

Modeling Complex Data Structure in Golang Using Pointers, References, and Reverse Indices

Go pointers and references are essential for building efficient systems in the Go language.
Understanding pointers can be complicated, but practical projects can aid learning.
[ Load more ]