Login
Discover
Waves
Communities
Write
Login
Signup
Topics
#
golang
Explore topics
#golang
Global
Trending
Hot
New
Payout
Muted
Promoted
#golang
Hot
#golang
Follow to get notified about new posts with this tag
Get #golang by email
Follow
scipio
StemSocial
18h
Learn Go Series (#12) - Packages, Modules, and Project Layout
Learn Go Series (#12) - Packages, Modules, and Project Layout What will I learn What a package is, and how a name's capitalization decides whether it is exported or private; What a module is, what go.mod
$ 0.497
24
1
scipio
StemSocial
2d
Learn Go Series (#11) - Error Handling the Go Way
Learn Go Series (#11) - Error Handling the Go Way What will I learn Why Go has no exceptions, and treats errors as ordinary values you return and check; Creating errors with errors.New and fmt.Errorf,
$ 0.958
17
1
scipio
StemSocial
3d
Learn Go Series (#10) - Pointers, Memory, and Escape Analysis
Learn Go Series (#10) - Pointers, Memory, and Escape Analysis What will I learn What a pointer is, and what & (address-of) and * (dereference) actually do; How passing a pointer lets a function mutate
scipio
StemSocial
4d
Learn Go Series (#9) - Interfaces and Implicit Satisfaction
Learn Go Series (#9) - Interfaces and Implicit Satisfaction What will I learn What an interface is in Go -- a set of method signatures -- and how a type satisfies one implicitly, with no implements keyword;
darth-azrael
retrocomputing
7d
Published via Ecency
Promoted
Byte: The Small Systems Journal (August 1979)
Byte is one of the oldest computer magazines. In 1979 it had already been around for several years and the original IBM PC was still a few years away. Yet there were still plenty of 'small systems' to
scipio
StemSocial
5d
Learn Go Series (#8) - Structs, Methods, and Receivers
Learn Go Series (#8) - Structs, Methods, and Receivers What will I learn How to define a struct, Go's way of bundling related data, and how to build and print one; How to attach methods to your types with
scipio
StemSocial
6d
Learn Go Series (#7) - Strings, Runes, and Unicode
Learn Go Series (#7) - Strings, Runes, and Unicode What will I learn What a Go string really is -- an immutable, read-only slice of bytes holding UTF-8; Why len(s) counts bytes, indexing gives you a byte,
scipio
StemSocial
7d
Learn Go Series (#6) - Maps and Sets
Learn Go Series (#6) - Maps and Sets What will I learn How to create, read, write and grow a map, Go's built-in hash table; The comma-ok idiom that tells "present but zero" apart from
Discover communities
Explore communities
Create your community