qiuzhenguang / doggy

Lightweight, idiomatic and stable for building Go 1.7+ HTTP services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doggy

Build Status Go Report Card

Lightweight, idiomatic and stable for building Go 1.7+ HTTP services. It aims to provide a composable way to develop HTTP services.

dependency

Generate api struct

curl -s https://api.github.com/repos/chimeracoder/gojson | gojson -name=Repository -tags=schema,json

Generate model package

xo mysql://user:passwd@host:port/db -o . --template-path templates --ignore-fields updateTime

About

Lightweight, idiomatic and stable for building Go 1.7+ HTTP services

License:MIT License


Languages

Language:Go 100.0%