Fix the "address already in use" issue

This commit is contained in:
Star Brilliant
2018-04-16 13:58:28 +08:00
parent 34adf40b36
commit 7d5cf98d2b
3 changed files with 22 additions and 22 deletions
+1 -4
View File
@@ -43,8 +43,5 @@ func main() {
}
server := NewServer(conf)
err = server.Start()
if err != nil {
log.Fatalln(err)
}
_ = server.Start()
}