trying_out_go/playground/README.md

11 lines
161 B
Markdown
Raw Normal View History

# My Personal Go Playground
Playing with Golang mostly using the Head First Go book.
Entry point is playground.go.
To run use
```sh
go run trying_out_go
```