Go Cheat Sheet
Go Cheat Sheet
golang.sk Resources
Sync
var mu sync.Mutex // sync.Once
challenge | reshape | boost https://tour.golang.org/
https://github.com/golang/go/wiki // .Lock();.Unlock();once.Do(f)
[email protected] https://repl.it/languages/go var wg sync.WaitGroup
https://www.golang.sk https://awesome-go.com/ // .Add(int);.Done();.Wait()