# 100 Days of Go It's really the same thing as [100 Days of Python](https://github.com/abaj8494/100-days-python), except this language is *statically typed* and not *object-oriented*. It is also *compiled* as opposed to *interpretted*, and thus I wish to learn it. # Structure The repository is split into: 0. official tutorial (by go.dev) 1. tools (for [tools.abaj.ai](tools.abaj.ai)) 2. book (An Idiomatic Approach to Learning Go by Jon Bodner) 3. goprojects. ideas by [dreamsofcode](http://github.com/dreamsofcode-io)