Merge pull request #42 from yyoshiki41/fmt

Format go code
This commit is contained in:
Jeevanandam M
2016-05-21 20:48:04 -07:00
4 changed files with 4 additions and 5 deletions

View File

@@ -200,7 +200,6 @@ func cleanDir(dir string) {
}
}
// genSource renders the given template to produce source code, which it writes
// to the given directory and file.
func genSource(dir, filename, templateSource string, args map[string]interface{}) {

View File

@@ -7,8 +7,8 @@ import (
"path/filepath"
"strings"
"github.com/revel/revel"
"github.com/revel/cmd/harness"
"github.com/revel/revel"
)
var cmdBuild = &Command{

View File

@@ -1,8 +1,8 @@
package main
import (
"github.com/revel/revel"
"github.com/revel/cmd/harness"
"github.com/revel/revel"
"strconv"
)

View File

@@ -3,9 +3,9 @@ package main
import (
"encoding/json"
"fmt"
"github.com/revel/revel"
"github.com/revel/cmd/harness"
"github.com/revel/modules/testrunner/app/controllers"
"github.com/revel/revel"
"io"
"io/ioutil"
"net/http"