Directories ¶ Show internal Expand all Path Synopsis 1-introduction deadlocks command livelocks command race-conditions command starvation command 2-modeling-your-code 3-building-blocks channels/buffered-channel command channels/channel-iteration command channels/channel-ownership command channels/closed-channel command channels/open-channel command channels/simple-channel command channels/unblocking-goroutines command defer-statement command goroutines/closure command goroutines/closure-loops command goroutines/closure-loops-fixed command goroutines/join-point command goroutines/size command select-statement/select-blocking command select-statement/select-default command select-statement/select-default-for-select command select-statement/select-timeouts command select-statement/select-uniform command sync-package/cond-broadcast command sync-package/cond-signal command sync-package/mutex command sync-package/once-deadlock command sync-package/once-do command sync-package/once-do-multiple-functions command sync-package/pool command sync-package/pool-basic command sync-package/read-write-mutex command sync-package/wait-group command sync-package/wait-group-loop command 4-patterns bridge-channel command confinement/confinement-ad-hoc command confinement/confinement-ownership command confinement/confinement-structs command context-package/context command context-package/context-data command context-package/done-channel command error-handling/improper-err-handling command error-handling/proper-err-handling command error-handling/stop-after-3-errors command fan-out-fan-in/prime-finder command fan-out-fan-in/slow-prime-finder command or-channel command or-done-channel command pipelines/batch command pipelines/batch-extended command pipelines/constructing-pipelines command pipelines/generators/repeat command pipelines/generators/repeat-function command pipelines/generators/type-assertion command pipelines/stream command preventing-goroutine-leaks/blocked-write-example command preventing-goroutine-leaks/blocked-write-example-fix command preventing-goroutine-leaks/leak-example command preventing-goroutine-leaks/leak-fix command tee-channel command 5-scale error-propagation/error-propagation command error-propagation/error-propagation-corrected command healing-unhealthy-goroutines/steward command healing-unhealthy-goroutines/ward command heartbeats/interval command heartbeats/interval-misbehaving-goroutine command heartbeats/work-unit-pulse command rate-limiting/multi-rate-limit command rate-limiting/no-rate-limit command rate-limiting/simple-rate-limit command rate-limiting/tiered-rate-limit command replicated-requests command Click to show internal directories. Click to hide internal directories.