build: use const for attribute values

This commit is contained in:
Michael McLoughlin
2019-01-06 21:03:59 -08:00
parent 64026d252c
commit 400288e4b6

View File

@@ -3,7 +3,7 @@ package build
import "github.com/mmcloughlin/avo/attr"
// TEXT and DATA attribute values included for convenience.
var (
const (
NOPROF = attr.NOPROF
DUPOK = attr.DUPOK
NOSPLIT = attr.NOSPLIT