https://github.com/dgapitts/learning-go
https://github.com/dgapitts/learning-go
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgapitts/learning-go
- Owner: dgapitts
- Created: 2022-01-02T19:50:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T20:39:27.000Z (over 4 years ago)
- Last Synced: 2025-08-09T21:43:47.176Z (10 months ago)
- Language: Go
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)