summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index cf18b45..f0994af 100644
--- a/main.go
+++ b/main.go
@@ -8,5 +8,4 @@ func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
})
- http
}