fix golint issues (#561)

This commit is contained in:
Kevin Wan
2021-03-12 23:08:04 +08:00
committed by GitHub
parent dda7666097
commit 155e6061cb
3 changed files with 7 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ func (m *default{{.Type}}Model) Delete(ctx context.Context, id string) error {
}
`
// Error provides the default template for error definition in mongo code generation.
var Error = `
package model