summaryrefslogtreecommitdiff
path: root/src/edit/main.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/main.go
parentd004e380bcbcfcc49da2a23d2da48f4c327aa0ff (diff)
gofmt
Diffstat (limited to 'src/edit/main.go')
-rw-r--r--src/edit/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit/main.go b/src/edit/main.go
index 2a640d0..a7ec7bd 100644
--- a/src/edit/main.go
+++ b/src/edit/main.go
@@ -2,8 +2,8 @@ package main
import (
"net/http"
- "util"
"os"
+ "util"
)
func ServeIndex(out http.ResponseWriter, in *http.Request) {