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) )