build: use const for attribute values
This commit is contained in:
@@ -3,7 +3,7 @@ package build
|
|||||||
import "github.com/mmcloughlin/avo/attr"
|
import "github.com/mmcloughlin/avo/attr"
|
||||||
|
|
||||||
// TEXT and DATA attribute values included for convenience.
|
// TEXT and DATA attribute values included for convenience.
|
||||||
var (
|
const (
|
||||||
NOPROF = attr.NOPROF
|
NOPROF = attr.NOPROF
|
||||||
DUPOK = attr.DUPOK
|
DUPOK = attr.DUPOK
|
||||||
NOSPLIT = attr.NOSPLIT
|
NOSPLIT = attr.NOSPLIT
|
||||||
|
|||||||
Reference in New Issue
Block a user