go-hlld
go-hlld copied to clipboard
Why is GOTO used in client.go?
Hi, just a curiosity, why is a GOTO statement used in here? Does defining a private drain(c *Client) bool function create more issues than a GOTO statement would solve (where a bool is used to invoke return on the reader method)?