Tyler Bui-PalsulichWhy Go modules are faster than GOPATHDownloading dependencies with Go modules can be significantly faster than using GOPATH-based dependency management. A fresh dependency…Aug 10, 2020Aug 10, 2020
Tyler Bui-PalsulichHow big is an int in Go?Go has several built-in numeric types, “sets of integer or floating-point values.” Some architecture-independent types are uint8 (8-bit…Oct 9, 2018Oct 9, 2018