Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 333 Bytes

termux-go

Examples of calling Termux API from Go

Termux is an Android terminal emulator and Linux environment app.

You can read how to run Go programs on Android via Termux:

http://rafalgolarz.com/blog/2017/01/15/running_golang_on_android/

The project contains examples of accessing the device API using Go running on Termux.