An open API service indexing awesome lists of open source software.

https://github.com/zach-klippenstein/goadb

A Golang library for interacting with adb.
https://github.com/zach-klippenstein/goadb

Last synced: 27 days ago
JSON representation

A Golang library for interacting with adb.

Awesome Lists containing this project

README

        

#goadb

[![Build Status](https://travis-ci.org/zach-klippenstein/goadb.svg?branch=master)](https://travis-ci.org/zach-klippenstein/goadb)
[![GoDoc](https://godoc.org/github.com/zach-klippenstein/goadb?status.svg)](https://godoc.org/github.com/zach-klippenstein/goadb)

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

See [demo.go](cmd/demo/demo.go) for usage.