# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go-api
This is a library to facilitate building API servers. It relies on gorilla/mux.
The Endpoint
interface can be implemented to communicate with different data types.
The default implementation is that of JSON.
How to build
make tools
make dep