Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 333 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 333 Bytes

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)