Thanks to visit codestin.com Credit goes to github.com
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 7cdebae commit 13565e1Copy full SHA for 13565e1
context.go
@@ -77,7 +77,7 @@ func (c *Context) Copy() *Context {
77
return &cp
78
}
79
80
-// HandlerName returns the main handle's name. For example if the handler is "handleGetUsers()", this
+// HandlerName returns the main handler's name. For example if the handler is "handleGetUsers()", this
81
// function will return "main.handleGetUsers"
82
func (c *Context) HandlerName() string {
83
return nameOfFunction(c.handlers.Last())
0 commit comments