- Thread Author
- #1
Following are the steps:
[hide]
1. Install & open termux
2. Execute the following commands by order
> $ pkg install git
> $ pkg install golang
> $ export GOPATH=/data/data/com.termux/files/home/go
> $ go get -u -v github.com/kataras/iris
> $ cd /data/data/com.termux/files/home/go/src/github.com/kataras/iris/_examples/hello-world
> $ go run main.go
3. Open your favorite browser and navigate to http://localhost:8080
[/hide]