fix: description error (#2986)

This commit is contained in:
jincheng9
2021-12-15 23:27:23 +08:00
committed by GitHub
parent 7d189814cb
commit fb5f045417
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func EnableJsonDecoderDisallowUnknownFields() {
binding.EnableDecoderDisallowUnknownFields = true
}
// Mode returns currently gin mode.
// Mode returns current gin mode.
func Mode() string {
return modeName
}