From 9b1930c5a07fe3f696ec54f5d429b8020cc9086f Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 18 Nov 2013 20:17:51 +0000 Subject: [PATCH] gofmt --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 297ac33549..2117c7bfbb 100644 --- a/server.go +++ b/server.go @@ -22,8 +22,8 @@ import ( "path" "path/filepath" "runtime" - "strings" "strconv" + "strings" "sync" "syscall" "time"