Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamiewarb/my-first-golang
A collection of my first golang programs
https://github.com/jamiewarb/my-first-golang
Last synced: 10 days ago
JSON representation
A collection of my first golang programs
- Host: GitHub
- URL: https://github.com/jamiewarb/my-first-golang
- Owner: Jamiewarb
- Created: 2022-06-15T20:31:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T22:20:14.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:46:58.570Z (about 2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My First Golang
This repository contains the first ever golang programs I've written.
I started looking at Go on 15th June 2022, and this documents the (hopefully) evolving skillset.
The directories are numbered from 0 upwards in the order they were written. In an ideal word, the higher the number, the more complex.
Enjoy.
## Notes
I found this video from Gopherfest 2015 on Go Proverbs from Rob Pike very interesting.
https://www.youtube.com/watch?v=PAAkCSZUG1c
It gave some good insights into the culture behind GoOn Error Handling, Rob Pike also wrote this article titled "Errors are Values": https://go.dev/blog/errors-are-values