Florian von Bock
                                            Florian von Bock
                                        
                                    just saw that the travis build failed... had a brief look but could not figure out right away whether it's related to my patch or something else... let me know...
hi @kartlee i am not familiar with logrus. what i did in some other project when using [go-kit's logger](https://github.com/go-kit/kit/tree/master/log#interact-with-stdlib-logger) was redirecting the output from the std lib log to the...
`syscall` being undefined sounds fishy - that's stl... have you set `GOPATH` and `GOROOT` environment variables?
hm. which version of go do you run?
i see. we'd have to use `go generate` to get a different version compiled on windows i guess? does anybody know how that works?
@stevenh that's what i meant. there is stuff like this https://golang.org/src/syscall/syscall_windows.go#L16 - to get different versions depending on what platform you compile. so replacing the signals with something canonical on...
the canonical way to tell a unix program to shutdown, restart, or terminate is to send it a signal. i don't plan on changing how that is handled in endless....
i like the idea of having a choice - i would like to keep `ListenAndServe` and `ListenAndServeTLS` - having dropin replacements for the stl is nice... maybe doing something with...
hi @nguba https://github.com/fvbock/endless/compare/fix_26?expand=1 would that be sufficient? it get intercepted - so you can do something before or after, but it does not get trapped.
thanks a lot for the PR. had no time to look at it in detail over the weekend - pls give me a little more time to do so before...