From 04230dccdc78ca8b28722df4111318a6a4d25e66 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 30 Jun 2017 15:06:50 -0400 Subject: [PATCH] govis: comment for lint Signed-off-by: Vincent Batts --- pkg/govis/govis.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/govis/govis.go b/pkg/govis/govis.go index 1e88eb1..9888c27 100644 --- a/pkg/govis/govis.go +++ b/pkg/govis/govis.go @@ -17,6 +17,7 @@ package govis +// VisFlag manipulates how the characters are encoded/decoded type VisFlag uint // vis() has a variety of flags when deciding what encodings to use. While