diff --git a/README.md b/README.md index 19872f0..7b6fd22 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# trying_out_go +# My Personal Go Playground -Playing with Golang mostly using the Head First Go book. \ No newline at end of file +Playing with Golang mostly using the Head First Go book. + +Entry point is playground.go. + +To run use +```sh +go run trying_out_go +```