Reading Text Files
03/29/21 08:50 Filed in: GO
I read a lot of text, and other, filed. Today, I want to tackle a common function, so to speak. How to read a text file. Read More…
More Useful Functions
02/01/21 08:09 Filed in: GO
Last time I learned about using the time package, substring replacement, and getting user input. I learned functions can return more than one value, including an error. Today, I look into handling returned errors and the if statement. I'll also tackle casting strings to numbers. Read More…