InLevel Up CodingbyWei-Meng LeeUsing Modules and Packages in GoIf you work with Go, you deal with packages and modules all the time. In Go, a package is a directory of .go files, and packages form the…May 2, 20213May 2, 20213
InLevel Up CodingbyWei-Meng LeeUnderstanding Interfaces in GoLearn how to use interfaces in Go to add methods to typesOct 30, 20211Oct 30, 20211
InLevel Up CodingbyWei-Meng LeeUsing Environment Variables in GoLearn how to make use of environment variables to store sensitive information outside of your Go programNov 2, 2021Nov 2, 2021
InTDS ArchivebyWei-Meng LeeImplementing Command Line Options in GoLearn how to write console applications that accept command line flags and options in GoNov 4, 2021Nov 4, 2021