7 lines
125 B
Go
7 lines
125 B
Go
//go:build hints
|
|
|
|
package build
|
|
|
|
// HasHints is true to indicate that hints are currently switched on.
|
|
const HasHints = true
|