From c2a9f1a56d42488c3c0542f1fbe4e46721e324b7 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 14 Feb 2017 02:11:11 +1100 Subject: [PATCH] flags -> govis Signed-off-by: Aleksa Sarai --- flags.go => govis.go | 1 - 1 file changed, 1 deletion(-) rename flags.go => govis.go (94%) diff --git a/flags.go b/govis.go similarity index 94% rename from flags.go rename to govis.go index e98ed1b..2e6b22f 100644 --- a/flags.go +++ b/govis.go @@ -32,7 +32,6 @@ const ( VisNoSlash // VIS_NOSLASH: Inhibit printing '\'. VisHTTPStyle // VIS_HTTPSTYLE: HTTP-style escape %xx. VisGlob // VIS_GLOB: Encode glob(3) magics. - unvisEnd // UNVIS_END: Internal flag used to indicate end of parsing. VisWhite VisFlag = (VisSpace | VisTab | VisNewline) )