teivah / 100-go-mistakes
- пятница, 31 декабря 2021 г. в 00:26:50
Source code of the 100 Go Mistakes book
Source code of 100 Go Mistakes and How to Avoid Them.
any
says nothingrange
loopsrange
loops (channels and arrays)range
loopsbreak
statement workdefer
inside a loopsync.WaitGroup
sync.Cond
errgroup
sync
typetime.After
and memory leakany
sql.Open
doesn't necessarily establish connections to a DBsql.Rows
, and os.File
)httptest
and iotest
)sync.Pool