summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-11 00:19:24 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-11 00:19:24 -0400
commitc8314846252655c7d968194f6e5d74dfc27af7da (patch)
treefd3e05bc4ae0de52ecc050c1fe8824f94e8b95e3 /types.go
parentae0eea0f0b2eaea22d9a87e4036ec8afa26642c3 (diff)
downloadgetwtxt-c8314846252655c7d968194f6e5d74dfc27af7da.tar.gz
reorg
Diffstat (limited to 'types.go')
-rw-r--r--types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.go b/types.go
index a8f027a..fa9b8aa 100644
--- a/types.go
+++ b/types.go
@@ -2,6 +2,8 @@ package main
 
 import "regexp"
 
+const textutf8 = "text/plain; charset=utf8"
+
 type configuration struct {
 	port         string
 	validPath    *regexp.Regexp