An open API service indexing awesome lists of open source software.

https://github.com/dgapitts/learning-go


https://github.com/dgapitts/learning-go

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Personal notes while learning-go.

Starting with the basics:
* [Setup MacOSX](ex000_setup/README.md)
* [helloworld in go - run direcrly or build an executable](ex001_helloworld/README.md)
* [Intro to variables](ex002_intro_to_variables/README.md)
* [`bufio` and `os` packages ](ex003_console_input/README.md)
* [using `math/big` as factorials gets big quickly](ex004_go_math/README.md)
* [`time` package and common standard time formats](ex005_time_pkg/README.md)