From f73eb899f017556c7b9a23f9db1bc3e6e33440fd Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 21 Sep 2011 14:28:57 +0200 Subject: [PATCH] better ordering --- _examples/q/lex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/q/lex.go b/_examples/q/lex.go index 77c12c6f..ce4be3d0 100644 --- a/_examples/q/lex.go +++ b/_examples/q/lex.go @@ -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) )