aboutsummaryrefslogtreecommitdiffstats
path: root/template.go
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2016-09-30 19:40:24 -0700
committerJames Mills <prologic@shortcircuit.net.au>2016-09-30 19:40:24 -0700
commitc51b6d8887c38d538c0e2db2adfe0848fc662986 (patch)
treebc010e879a8e399d95371142c3298e37dabbdffb /template.go
parentExplicitly set font-family to Monospace (diff)
downloadgopherproxy-c51b6d8887c38d538c0e2db2adfe0848fc662986.tar.gz
gopherproxy-c51b6d8887c38d538c0e2db2adfe0848fc662986.tar.bz2
gopherproxy-c51b6d8887c38d538c0e2db2adfe0848fc662986.zip
Migrated to a Library structure with gopherproxy cmd for reuse by gopherclient
Diffstat (limited to 'template.go')
-rw-r--r--template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.go b/template.go
index 514ff30..604f380 100644
--- a/template.go
+++ b/template.go
@@ -1,4 +1,4 @@
1package main 1package gopherproxy
2 2
3var tpltext = `<!doctype html> 3var tpltext = `<!doctype html>
4<html> 4<html>