goadb/cmd
Zach Klippenstein 9f7d11a3bc Refactored ClientConfig into a Server interface.
* StartServer is now a method on Server.
* What used to be Dialer.Dial is now Server.Dial.
* Server.Dial handles trying to start the server if the initial connection fails.
* Dialer now dials a network address.
* All types that took a Dialer now take a Server.
* Server now has tests!
2016-01-10 14:01:58 -08:00
..
adb Refactored ClientConfig into a Server interface. 2016-01-10 14:01:58 -08:00
demo Refactored ClientConfig into a Server interface. 2016-01-10 14:01:58 -08:00
raw-adb Refactored ClientConfig into a Server interface. 2016-01-10 14:01:58 -08:00