Playing with Golang mostly using the Head First Go book.
Go to file
2023-10-25 11:55:04 -04:00
.idea added project files 2023-10-16 12:44:08 -04:00
averageWithArgs reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
playground reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
.gitignore Initial commit 2023-10-16 12:40:41 -04:00
averageHeadFirstSolution.go working with average 2023-10-18 20:46:25 -04:00
averageMySolution.go working with average 2023-10-18 20:46:25 -04:00
double.go added project files 2023-10-16 12:44:08 -04:00
error.go working with average 2023-10-18 20:46:25 -04:00
go.mod upgraded datafile 2023-10-25 10:55:37 -04:00
go.sum upgraded datafile 2023-10-25 10:55:37 -04:00
guess.go added project files 2023-10-16 12:44:08 -04:00
LICENSE Initial commit 2023-10-16 12:40:41 -04:00
myIntPointer.go added project files 2023-10-16 12:44:08 -04:00
passfail.go added project files 2023-10-16 12:44:08 -04:00
playground.go slices 2023-10-24 20:36:25 -04:00
README.md updated README 2023-10-16 12:50:00 -04:00
shopping.go added project files 2023-10-16 12:44:08 -04:00
slices.go slices 2023-10-24 20:36:25 -04:00
test.go added project files 2023-10-16 12:44:08 -04:00
toCelsius.go added project files 2023-10-16 12:44:08 -04:00
wallArea.go added project files 2023-10-16 12:44:08 -04:00

My Personal Go Playground

Playing with Golang mostly using the Head First Go book.

Entry point is playground.go.

To run use

go run trying_out_go