This is my first experience of golang and it's web packages
$ tree
.
|-- LICENSE
|-- README.md
|-- scripts
| `-- showInterface.sh
`-- web
|-- app.go
`-- interfaces.go
- get the code
- cd web
- go run .
https://tour.golang.org/welcome/1
lots of google!!!