added wrapper on models; changed handlers; fixes

This commit is contained in:
Pedro Nasser
2016-07-26 00:10:45 -03:00
parent 2578530822
commit 2489fd851f
17 changed files with 203 additions and 59 deletions

View File

@@ -11,5 +11,5 @@ func (m *Error) Validate() error {
}
var (
ErrInvalidJSON = errors.New("Could not create app")
ErrInvalidJSON = errors.New("Invalid JSON")
)