Bookmarks (5) clear filters
-
Go is not an easy language
'Go is not an easy language.' — The syntax is simple, the semantics are simple, but...
-
Bitmasks for nicer APIs
Using Bitmasks for Nicer APIs — Using bitmasks can lead to more concise, readable code when...
-
Statically compiling Go programs
Statically Compiling Go Programs — If you thought all/most Go binaries were static, you might be...
-
Running Go CLI programs in the browser
Running Go CLI Programs in the Browser — And if you want to make your own...
-
Go’s features of last resort
Go’s 'Features of Last Resort' — A ‘feature of last resort’ is a language feature that...