1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00
Former-commit-id: 3be90d3099bfd9eabebd299dc08f9d6c1e6c2a29
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-05-16 01:00:51 +03:00
parent ad74d7b935
commit 44eafe739b
10 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ package datamodels
// which could wrap by embedding the datamodels.Movie or
// declare new fields instead butwe will use this datamodel
// as the only one Movie model in our application,
// for the shake of simplicty.
// for the sake of simplicty.
type Movie struct {
ID uint64 `json:"id"`
Name string `json:"name"`