better ordering

This commit is contained in:
Miek Gieben 2011-09-21 14:28:57 +02:00
parent da2e464de1
commit f73eb899f0
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@ const (
itemError itemType = iota
itemSoftware // the name of the DNS server software
itemVendor // vendor of the DNS software
itemVersionMinor // the minor version of the software (empty if not determined)
itemVersionMajor // the major version of the software (empty if not determined)
itemVersionMinor // the minor version of the software (empty if not determined)
itemVersionPatch // the patch level of the software (empty if not determined)
)