Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Go

On Error Handling, Rob Pike also wrote this article titled "Errors are Values": https://go.dev/blog/errors-are-values