quasilyte/go-perfguard

Suggest `const` instead of `var` for readonly values that can be `const`

quasilyte opened this issue · 0 comments

Strings, ints, etc.
Both local and global (but unexported).
This can enable more compiler optimizations.