From d62c82f30506baa430fb7e3e117f007cfa66ac13 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Sat, 11 May 2019 04:07:48 -0400 Subject: commenting early --- types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types.go b/types.go index 15f39d1..6b33e5b 100644 --- a/types.go +++ b/types.go @@ -1,8 +1,10 @@ package main +// content-type consts const txtutf8 = "text/plain; charset=utf8" const htmlutf8 = "text/html; charset=utf8" +// config object definition type configuration struct { port string quietLogging bool @@ -10,4 +12,5 @@ type configuration struct { logFile string } +// config object var confObj = &configuration{} -- cgit 1.4.1-2-gfad0