all: run goimports.

This commit is contained in:
Daniel Theophanes
2014-05-27 07:11:50 -07:00
parent 85390beb86
commit eb52bdfe36
6 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
package main
import (
"bitbucket.org/kardianos/service"
"fmt"
"os"
"bitbucket.org/kardianos/service"
)
var log service.Logger