-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commands Refactor Part 1 #262
Conversation
@maybebtc can you look this over and confirm? You may want to pull down both |
…transport to decide if they cause an error
…able output based on a Response
…hen parsing commands
…ing Response implementing io.Reader
@maybebtc nvm. i rebased on top of master, so now things will be different. leeroy jenkins. |
I found one instance of casting I wanted to address. Addressed in a branch of miscellaneous changes. Can merge later. 5216bf1 |
@maybebtc add it to |
dial queue: fix possible goroutine leak
We split #196 in two parts. this is the first. it only has the
commands/
directory.