trying_out_go/playground
2023-10-25 11:55:04 -04:00
..
averageHeadFirstSolution.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
averageMySolution.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
double.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
error.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
go.mod reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
go.sum reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
guess.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
LICENSE reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
myIntPointer.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
passfail.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
playground.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
README.md reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
shopping.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
slices.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
test.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
toCelsius.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -04:00
wallArea.go reformatted playground and added averageWithArgs 2023-10-25 11:55:04 -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