go fmt
This commit is contained in:
parent
b96215b7ff
commit
11d24f2f20
4 changed files with 15 additions and 16 deletions
|
@ -9,7 +9,6 @@ import (
|
||||||
|
|
||||||
var db *DB
|
var db *DB
|
||||||
|
|
||||||
|
|
||||||
type Book struct {
|
type Book struct {
|
||||||
Id string `bson:"_id"`
|
Id string `bson:"_id"`
|
||||||
Title string
|
Title string
|
||||||
|
|
Reference in a new issue