This project is my first time using go so far im still lost but i know ill get there. Im finding it alot different than that of python witch has better documentation and far simpler type syntax. Keep in mind these are my opionions one day in.
Requirements
- go (golang)
Run The Program
# To Just Run
Go ./main.go
# To Build Run
go build ./main.go
# You Will Find The Compiled Binary in the source Folder
# Run The Binary On Linux
./main
# Run On Windows Simply navigate to it and double click
./main.exe