jackwilsdon/go-ppic

Add some logging at startup

jackwilsdon opened this issue · 0 comments

Currently the server just starts quietly - it would be nice to know it has started up and provide a link to it in the console.

We should use net.Listen directly when starting the server, so that we can work out what port the server was allocated (when using port 0).