Reading Text Files

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…

Arrays In GO

I'm done with GO packages for now. I want to get back to the core language. Today I learn about arrays. Read More…

More on Packages

Last time I learned about writing and importing my own packages. This time, I want to learn about installing and publishing packages.

Read More…

Packages

In one of the first posts I wondered why fmt.Println() used a lowercase fmt and an uppercase Println. In this post I dive into GO packages which answer the question. Read More…

This site does not track your information.