goadb/README.md

9 lines
325 B
Markdown
Raw Normal View History

#goadb
[![Build Status](https://travis-ci.org/zach-klippenstein/goadb.svg?branch=master)](https://travis-ci.org/zach-klippenstein/goadb)
2020-07-13 06:18:10 +00:00
[![GoDoc](https://godoc.org/goadb?status.svg)](https://godoc.org/goadb)
2015-04-12 00:19:22 +00:00
A Golang library for interacting with the Android Debug Bridge (adb).
2015-04-13 05:19:48 +00:00
See [demo.go](cmd/demo/demo.go) for usage.