Fixing typo.
This commit is contained in:
@@ -4,8 +4,8 @@ import "time"
|
||||
|
||||
// Movie
|
||||
/*
|
||||
Annotate the Movie struct with struct tags to control how the keys
|
||||
appear in the JSON-encoded output.
|
||||
Annotate the Movie struct with struct tags to control how the keys
|
||||
appear in the JSON-encoded output.
|
||||
*/
|
||||
type Movie struct {
|
||||
ID int64 `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user