mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 13:43:16 -06:00
go fmt
This commit is contained in:
parent
f1e60e732f
commit
9191e967a7
9 changed files with 47 additions and 47 deletions
|
|
@ -29,7 +29,7 @@ type Instance struct {
|
|||
Domain string `json:"domain"`
|
||||
Title string `json:"title,omitempty" bun:",nullzero"`
|
||||
URI string `json:"uri"`
|
||||
SuspendedAt *time.Time `json:"suspendedAt,omitempty" bun:",nullzero"`
|
||||
SuspendedAt *time.Time `json:"suspendedAt,omitempty" bun:",nullzero"`
|
||||
DomainBlockID string `json:"domainBlockID,omitempty" bun:",nullzero"`
|
||||
ShortDescription string `json:"shortDescription,omitempty" bun:",nullzero"`
|
||||
Description string `json:"description,omitempty" bun:",nullzero"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue