Please install sqlite3 inside the box. And then install go-sqlite3 and gorilla mux library.
$ go get github.com/mattn/go-sqlite3
$ go get github.com/gorilla/mux
Instruction:
$ git clone https://github.com/linxlunx/GoWebService
$ cd GoWebService
$ go build
$ ./GoWebService
You can access to http://localhost:9090