A repository containing a few basic projects to get a understanding for golang
A small two module greeting app to get into golang build system and basic testing framework. To execute the program run make greeterfrom the root of this repository.
A quiz game to get into reading and parsing basic csv and interact with user inputs through a cli component. To execute the program run make quizfrom the root of this repository.
Primitive calculator to try out switch case statements and basic user input and output.
A small server client architecture using a basic tcp socket to send and receive basic unencrypted text messages.
Further improved to allow for bidirectional sending and receiving of messages