Added missing const

This commit is contained in:
Peter Williams 2018-06-27 12:52:14 +10:00
parent 199a74dbd8
commit fa19666a38

View File

@ -14,4 +14,5 @@ var (
ErrInvalidAttribute = errors.New("Invalid attribute")
ErrTypeError = errors.New("Type check error")
ErrRangeError = errors.New("Range check error")
ErrUnsupportedFont = errors.New("Unsupported font type")
)