| LOW | .goreleaser.yaml | 1 | project_name: gin |
| LOW | .goreleaser.yaml | 21 | # |
| LOW | context.go | 501 | // id := c.Param("id") // id == "/john/" |
| LOW | context.go | 521 | // c.Query("id") == "1234" |
| LOW | context.go | 841 | } |
| LOW | path.go | 1 | // Copyright 2013 Julien Schmidt. All rights reserved. |
| LOW | gin.go | 101 | // For example if /foo/ is requested but a route only exists for /foo, the |
| LOW | gin.go | 121 | // If no other Method is allowed, the request is delegated to the NotFound |
| LOW | gin.go | 141 | |
| LOW | codec/json/api.go | 21 | // Encoder an interface writes JSON values to an output stream. |
| LOW | codec/json/api.go | 41 | type Decoder interface { |
| LOW | binding/binding_nomsgpack.go | 41 | |
| LOW | binding/binding.go | 41 | BindBody([]byte, any) error |