go fmt
This commit is contained in:
parent
c3f7068bfc
commit
0190a83253
2 changed files with 5 additions and 5 deletions
2
admin.go
2
admin.go
|
@ -4,8 +4,8 @@ import (
|
||||||
"labix.org/v2/mgo/bson"
|
"labix.org/v2/mgo/bson"
|
||||||
"log"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
"strings"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
type settingsData struct {
|
type settingsData struct {
|
||||||
|
|
Reference in a new issue