Skip to content

Commit

Permalink
format errUnknownType (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyunhao116 authored and thinkerou committed Oct 26, 2019
1 parent 089016a commit 8a1bfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/form_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/gin-gonic/gin/internal/json"
)

var errUnknownType = errors.New("Unknown type")
var errUnknownType = errors.New("unknown type")

func mapUri(ptr interface{}, m map[string][]string) error {
return mapFormByTag(ptr, m, "uri")
Expand Down

0 comments on commit 8a1bfcf

Please sign in to comment.