Categorygithub.com/evrins/goadb
module
0.0.0-20240612025739-1f76b1dabcc0
Repository: https://github.com/evrins/goadb.git
Documentation: pkg.go.dev

# README

#goadb

Build Status GoDoc

A Golang library for interacting with the Android Debug Bridge (adb).

See demo.go for usage.

# Packages

package adb is a Go interface to the Android Debug Bridge (adb).
No description provided by the author
Package wire implements the low-level part of the client/server wire protocol.