summaryrefslogtreecommitdiff
path: root/src/edit/posthack.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-01 16:00:06 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-01 16:00:06 -0400
commit9f78b3df5aa2b56bba885ccb7e3068724b81f5ad (patch)
treed27b3dd726dc0aefe422edc64a5518fbceaadf5f /src/edit/posthack.go
parentd004e380bcbcfcc49da2a23d2da48f4c327aa0ff (diff)
gofmt
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"
)