Command-Line Arguments

Today I learn about processing command-line arguments in GO. Read More…

Slices

Today I dive into something called a "slice" in GO. A slice is a collection that can change size to accommodate a changing number of elements. Arrays in GO are fixed to the size they are declared.

Read More…

Reading Files Into Arrays

Last time I learned how to read a text file. I continue my investigation of reading text files by loading a file full of numbers into an array. Along the way I learn about converting numbers. Read More…

This site does not track your information.