Playing with Golang mostly using the Head First Go book.
.idea | ||
.gitignore | ||
averageHeadFirstSolution.go | ||
averageMySolution.go | ||
double.go | ||
error.go | ||
go.mod | ||
go.sum | ||
guess.go | ||
LICENSE | ||
myIntPointer.go | ||
passfail.go | ||
playground.go | ||
README.md | ||
shopping.go | ||
slices.go | ||
test.go | ||
toCelsius.go | ||
wallArea.go |
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