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"
|
||||
"log"
|
||||
"net/http"
|
||||
"strings"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
||||
type settingsData struct {
|
||||
|
|
Reference in a new issue