log.Fatalf("Failed to parse configuration file: %s\n",err)
}
s:=server.New(conf)
s,err:=server.New(conf)
iferr!=nil{
log.Fatalf("Failed to create server: %s\n",err)
}
gofunc(){
c:=make(chanos.Signal,1)
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.