fix missing `updateMethodTemplateFile` (#924)

master
anqiansong 3 years ago committed by GitHub
parent 67ee9e4391
commit a1fe8bf6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,6 +50,7 @@ var templates = map[string]string{
tagTemplateFile: template.Tag,
typesTemplateFile: template.Types,
updateTemplateFile: template.Update,
updateMethodTemplateFile: template.UpdateMethod,
varTemplateFile: template.Vars,
errTemplateFile: template.Error,
}

Loading…
Cancel
Save