summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
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