We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb74202 commit 1d16d01Copy full SHA for 1d16d01
context.go
@@ -37,7 +37,7 @@ func (c *APIContext) Get(key string) (value interface{}, exists bool) {
37
return
38
}
39
40
-// reset resets all values on Context, making it safe to reuse
+// Reset resets all values on Context, making it safe to reuse
41
func (c *APIContext) Reset() {
42
c.keys = nil
43
0 commit comments