Reduce size of missing field markers.

This commit is contained in:
Jeffrey Regan
2018-12-13 11:12:51 -08:00
parent f0f8aad2bb
commit d40f52e953
6 changed files with 43 additions and 43 deletions

View File

@@ -74,10 +74,10 @@ func NewResIdKindOnly(k string, n string) ResId {
}
const (
noNamespace = "noNamespace"
noPrefix = "noPrefix"
noName = "noName"
noSuffix = "noSuffix"
noNamespace = "~X"
noPrefix = "~P"
noName = "~N"
noSuffix = "~S"
separator = "|"
)