Showing Posts From

Go

Why Is Concurrency Hard?

Why Is Concurrency Hard?

Concurrency can be extrememly difficult to get right. Bugs can occur even after many iterations. Bu ...

File i/o in Go

File i/o in Go

Printing in Golang Go has many ways to print. All printing functions stem from the fmt packag ...

Functions in Go

Functions in Go

Some TerminologyThe signature of a function is the order and type of its parameters and return ...

Strings in Go

Strings in Go

Strings in Go are represented as Unicode. Unicode represents numbers that are bigger than what can f ...