GoLang Cheat Sheet
GoLang 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()