Example application of Echo (Go web framework). This use validator and translator.
Set $DSN for PostgreSQL connection string.
$ git clone https://github.com/mattn/echo-example
$ cd echo-example
$ go get -d
$ go build
MIT
Yasuhiro Matsumoto (a.k.a. mattn)