1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-30 17:14:15 +00:00

Fix formatting with gofmt

This commit is contained in:
saturn4er 2016-03-09 10:47:09 +02:00
parent 2c5ef8ccc8
commit adbae18e8c
2 changed files with 20 additions and 20 deletions

View File

@ -7,8 +7,8 @@ import (
"io" "io"
"io/ioutil" "io/ioutil"
"os" "os"
"testing"
"path/filepath" "path/filepath"
"testing"
) )
var currentWorkDir, _ = os.Getwd() var currentWorkDir, _ = os.Getwd()