mirror of https://github.com/velour/catbase.git
go fmt
This commit is contained in:
parent
4b749d316d
commit
a31d2b446e
|
@ -51,12 +51,12 @@ func (s Stories) Titles() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Bid struct {
|
type Bid struct {
|
||||||
ID int
|
ID int
|
||||||
User string
|
User string
|
||||||
Title string
|
Title string
|
||||||
URL string
|
URL string
|
||||||
Bid int
|
Bid int
|
||||||
Placed int64
|
Placed int64
|
||||||
Processed int64
|
Processed int64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue