This is a temporary android setup instruction:

1. Instruction to run from ADB with termux
'''
run-as com.termux files/usr/bin/bash -lic 'export PATH=/data/data/com.termux/files/usr/bin:$PATH; export LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so; bash -i'
'''

2. Install golang
'''
pkg install golang
'''



