Skip to content

call-to-gc

Discourage explicit garbage collection.

Updated View as Markdown

Default severity: warning

Discourage explicit garbage collection. Default: runtime.GC.

Bad

runtime.GC() // in normal application code

Good

buffer = nil // let Go collect it when appropriate
Navigation

Type to search…

↑↓ navigate↵ selectEsc close