The Point of Pointers

Last time I learned about GO functions and parameters. Today, I want to learn about addresses and pointers in GO.

Read More…

More On Printing & Functions

Today I'm going to cover formatting output in GO, as well as functions. Read More…

Things To Remember & For Loops

Going through the GO docs and a couple of my books, I've come across a couple things I need to remember when dealing with the scope of variables.

Read More…

More Useful Functions

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…

This site does not track your information.