forked from electricdusk/rushlink
Run go fmt
This commit is contained in:
parent
8e949f837b
commit
0643176ed1
@ -33,7 +33,7 @@ func main() {
|
||||
}
|
||||
|
||||
if err := db.CreateAdminUser(database, "admin"); err != nil {
|
||||
log.Fatalln(err)
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
go rushlink.StartMetricsServer(*metricsListen, database, filestore)
|
||||
|
@ -39,7 +39,7 @@ type FileUpload struct {
|
||||
PubID uuid.UUID `gorm:"uniqueIndex"`
|
||||
|
||||
// User ID that created this file
|
||||
CreatedBy uint `gorm:"index"`
|
||||
CreatedBy uint `gorm:"index"`
|
||||
|
||||
// FileName contains the original filename of this FileUpload.
|
||||
FileName string
|
||||
|
@ -24,7 +24,7 @@ type Paste struct {
|
||||
ID uint `gorm:"primaryKey"`
|
||||
Type PasteType `gorm:"index"`
|
||||
State PasteState `gorm:"index"`
|
||||
CreatedBy uint `gorm:"index"`
|
||||
CreatedBy uint `gorm:"index"`
|
||||
Content []byte
|
||||
Key string `gorm:"uniqueIndex"`
|
||||
DeleteToken string
|
||||
|
Loading…
Reference in New Issue
Block a user