// Bool is a helper routine that allocates a new bool value
// to store v and returns a pointer to it.
funcBool(vbool)*bool{
p:=new(bool)
*p=v
returnp
}
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.