log.Info("Starting MatterLinux Website on port 9878")
log.Fatal(app.Listen(":9878"))
err:=app.Listen(":9878")
iferr!=nil{
log.Fatalf("Error starting server: %s",err)
}
}
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.