build/version: fix incomplete semanticAlphabet godoc
This commit is contained in:
parent
2c2b79d300
commit
06bd645e5d
@ -15,7 +15,8 @@ import (
|
|||||||
// the -ldflags during compilation.
|
// the -ldflags during compilation.
|
||||||
var Commit string
|
var Commit string
|
||||||
|
|
||||||
// semanticAlphabet
|
// semanticAlphabet is the set of characters that are permitted for use in an
|
||||||
|
// AppPreRelease.
|
||||||
const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-"
|
const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-"
|
||||||
|
|
||||||
// These constants define the application version and follow the semantic
|
// These constants define the application version and follow the semantic
|
||||||
|
Loading…
Reference in New Issue
Block a user