summaryrefslogtreecommitdiff
path: root/src/edit/posthack.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit/posthack.go')
-rw-r--r--src/edit/posthack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit/posthack.go b/src/edit/posthack.go
index c190399..062903f 100644
--- a/src/edit/posthack.go
+++ b/src/edit/posthack.go
@@ -3,8 +3,8 @@ package main
import (
"io"
"io/ioutil"
- "strconv"
"net/http"
+ "strconv"
"strings"
)