echo-example icon indicating copy to clipboard operation
echo-example copied to clipboard

Example application of Echo (Go web framework). This use validator and translator.

echo-example

Example application of Echo (Go web framework). This use validator and translator.

Usage

Set $DSN for PostgreSQL connection string.

Installation

$ git clone https://github.com/mattn/echo-example
$ cd echo-example
$ go get -d
$ go build

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)