[go-nuts] A utility package to aid in writing end-to-end tests for Go servers

2018-09-20 Thread Agis
y, so that I test the full flow as much as possible. Doing this involved much boilerplate code, so I thought other people could benefit from this too. To get an idea what this feels like, refer to this example: https://github.com/agis/spawn/tree/master/examples I'd love to hear thoughts an

[go-nuts] Re: Error checking and defer

2017-03-15 Thread Agis
So why just not use `defer` when you care about errors? What's your proposal? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroup