Format go code

This commit is contained in:
yyoshiki41
2016-05-22 11:35:42 +09:00
parent 8a7b1a81ac
commit 4d8dbe0fe1
4 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
package main
import (
"github.com/revel/revel"
"github.com/revel/cmd/harness"
"github.com/revel/revel"
"strconv"
)
@@ -65,7 +65,7 @@ func runApp(args []string) {
}
// Else, just build and run the app.
revel.TRACE.Println("Running in live build mode.")
revel.TRACE.Println("Running in live build mode.")
app, err := harness.Build()
if err != nil {
errorf("Failed to build app: %s", err)