/go_exploration

figured i would port some of the python programs to go? work on that? yeah.

Primary LanguageGo

Figured I would see if I can quickly port some of the python apps I'm making in the 100 days challenge to go - most obviously, the 'habit tracker' code from that, because it was so simple.

I learned what := means (https://stackoverflow.com/questions/16577601/what-does-mean-in-go) and a ...bunch of other things! Everything definitely feels a bit weird but it all went well enough and the code /does/ work.

To run: go mod init module/main.go go run .