Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
George Rogers committed May 26, 2015
1 parent 09986b3 commit 24aae40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/models.go
Expand Up @@ -12,8 +12,8 @@ type Author struct {
}

type Article struct {
Id int
Author
Id int
Slug, Title, Contents string
Posted, Updated time.Time
}
Expand Down

0 comments on commit 24aae40

Please sign in to comment.