//the 2nd parameter is optional, you can set who (the unix user) do the call
reply, err := client.Check(html, "saintienn")
reply, _ := client.Check(html, "saintienn")
fmt.Println(reply.Code)
fmt.Println(reply.Message)
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.