fvbock / endless

Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe)
MIT License
4.05k stars 342 forks source link

public EndlessServer, so we could wrap it #28

Open xuxiangyang opened 8 years ago

xuxiangyang commented 8 years ago

endless should public EndlessServer struct, so I could pass it to other function or wrap it to enhance