Playing with Golang mostly using the Head First Go book.
Go to file
2024-02-03 11:18:01 -05:00
.idea added project files 2023-10-16 12:44:08 -04:00
cmd GoLand Spelling fixes 2024-02-03 11:18:01 -05:00
pkg learned I didn't need git for external modules and different folders can have different mains 2024-02-03 11:00:34 -05:00
.gitignore Initial commit 2023-10-16 12:40:41 -04:00
datafile.txt added datafile of floats to use with playground average 2023-10-25 12:08:37 -04:00
go.mod upgraded bubbltea 2024-02-03 11:11:39 -05:00
go.sum upgraded bubbltea 2024-02-03 11:11:39 -05:00
LICENSE Initial commit 2023-10-16 12:40:41 -04:00
README.md Updated README.md 2023-10-25 12:03:32 -04:00
votes.txt GoLand Spelling fixes 2024-02-03 11:18:01 -05:00

My Personal Go Playground

Playing with Golang mostly using the Head First Go book.

Entry point is playground.go.

To run the playground use

cd playground
go run trying_out_go

For any other folders, these are all separate go programs. Use the commands above and edit playground and trying_out_go to the matching folder name.