add short tags for default for package goai

This commit is contained in:
John Guo
2021-10-25 14:25:35 +08:00
parent a92c31168a
commit 17861fc45d

View File

@ -88,6 +88,7 @@ var (
defaultReadContentTypes = []string{`application/json`}
defaultWriteContentTypes = []string{`application/json`}
shortTypeMapForTag = map[string]string{
"d": "default",
"sum": "summary",
"sm": "summary",
"des": "description",