From e8962319e1c1e5f229267f542fe602084fe108bb Mon Sep 17 00:00:00 2001 From: Hamcha Date: Fri, 14 Jun 2019 00:09:31 +0200 Subject: [PATCH] We don't need this anymore --- main.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.go b/main.go index a18a09c..f611dd6 100644 --- a/main.go +++ b/main.go @@ -8,13 +8,6 @@ import ( "strings" ) -// Where are we in the file -const ( - FStart = "start" // File start - InTOC = "intoc" // In Table of content - AfterTOC = "aftertoc" // After Table of content -) - // TemplateData is the data that is filled and passed to the HTML template type TemplateData struct { Title string