@@ -264,7 +264,7 @@ Debug output goes to stderr (kubectl surfaces this to the terminal):
server+=":8443"
}
logf:=func(formatstring,a...interface{}){
logf:=func(formatstring,a...any){
ifdebugFlag{
fmt.Fprintf(os.Stderr,"[ward] "+format+"\n",a...)
}
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.