mirror of
https://github.com/rclone/rclone.git
synced 2025-12-17 08:43:19 +00:00
vendor: add github.com/thinkhy/go-adb package
This commit is contained in:
13
vendor/github.com/thinkhy/go-adb/wire/doc.go
generated
vendored
Normal file
13
vendor/github.com/thinkhy/go-adb/wire/doc.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
Package wire implements the low-level part of the client/server wire protocol.
|
||||
It also implements the "sync" wire format for file transfers.
|
||||
|
||||
This package is not intended to be used directly. adb.Adb and adb.Device
|
||||
use it to abstract away the bit-twiddling details of the protocol. You should only ever
|
||||
need to work with the goadb package. Also, this package's API may change more frequently
|
||||
than goadb's.
|
||||
|
||||
The protocol spec can be found at
|
||||
https://android.googlesource.com/platform/system/core/+/master/adb/OVERVIEW.TXT.
|
||||
*/
|
||||
package wire
|
||||
Reference in New Issue
Block a user