In Article struct switched positions of Title and Date fields.
This commit is contained in:
parent
0695aa46b3
commit
7f17ebd2c5
@ -9,8 +9,8 @@ import (
|
||||
|
||||
type Article struct {
|
||||
ID int64
|
||||
Title string
|
||||
Date time.Time
|
||||
Title string
|
||||
Description string
|
||||
Body []byte
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user