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 {
|
||||
ID int
|
||||
User string
|
||||
Title string
|
||||
URL string
|
||||
Bid int
|
||||
Placed int64
|
||||
ID int
|
||||
User string
|
||||
Title string
|
||||
URL string
|
||||
Bid int
|
||||
Placed int64
|
||||
Processed int64
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue