Skip to content

yegli/go-4starters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-4starters

A repository containing a few basic projects to get a understanding for golang

greeter

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.

quiz

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.

calculator

Primitive calculator to try out switch case statements and basic user input and output.

chatroom

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

About

Collection of mini projects to get into go development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors