Lint fixes.

This commit is contained in:
Zach Klippenstein 2015-04-11 17:00:58 -07:00
parent 8d46dec61d
commit 5492caa668

View file

@ -1,5 +1,5 @@
/*
Go interface to the Android Debug Bridge (adb).
Package goadb is a Go interface to the Android Debug Bridge (adb).
The client/server spec is defined at https://android.googlesource.com/platform/system/core/+/master/adb/OVERVIEW.TXT.
@ -19,7 +19,7 @@ import (
type Dialer func() (*wire.Conn, error)
/*
Interacts with host services on the adb server.
HostClient interacts with host services on the adb server.
Eg.
dialer := &HostClient{wire.Dial}