7 lines
148 B
Go
7 lines
148 B
Go
//go:build !no_metadata
|
|
|
|
package build
|
|
|
|
// NoMetadata is false if the compiler flags have not turned off metadata support.
|
|
const NoMetadata = false
|