From 81120958f03e07904fd9af614407a65a4dc82b42 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 27 Jul 2013 16:41:57 -0500 Subject: [PATCH] Comment inventory vector constants. --- invvect.go | 1 + 1 file changed, 1 insertion(+) diff --git a/invvect.go b/invvect.go index 1784a094..c74a9b50 100644 --- a/invvect.go +++ b/invvect.go @@ -21,6 +21,7 @@ const ( // InvType represents the allowed types of inventory vectors. See InvVect. type InvType uint32 +// These constants define the various supported inventory vector types. const ( InvVect_Error InvType = 0 InvVect_Tx InvType = 1