learning golang
Resources and stuff captured, while learning golang
package main
import (
"fmt"
"math/rand"
)
### Articles
List of articles I found useful.
- [https://nathany.com/good/](https://nathany.com/good/)
- https://jordanorelli.com/post/32665860244/how-to-use-interfaces-in-go
- https://go.dev/blog/error-handling-and-go
- https://morsmachine.dk/go-scheduler
### Other resources
- gobyexample.com