// Last returns the last handler in the chain. ie. the last handler is the main own.
func(cHandlersChain)Last()HandlerFunc{
length:=len(c)
iflength>0{
iflength:=len(c);length>0{
returnc[length-1]
}
returnnil
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.