From c45ffd349d208ba4c0feec0b4221455a93e210e0 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 13 Sep 2016 14:03:55 +1000 Subject: [PATCH] Add note in README about the mobile branch --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3166d62..25459a35 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ There is a small example in the [package documentation](https://godoc.org/github * [Android Torrent Client](https://github.com/axet/android-torrent-client) * [Android libtorrent](https://github.com/axet/libtorrent) +## Mobile + +There's a branch called `mobile` that supports binding to torrent with the [gomobile](https://github.com/golang/go/wiki/Mobile) tool. It has some API changes as required by `gomobile`. Checkout the `mobile` branch, and bind as usual. + ## Commands Here I'll describe what some of the provided commands in `./cmd` do. -- 2.50.0