Skip to content
/ go-api Public
forked from BSick7/go-api

Framework for Golang API servers

Notifications You must be signed in to change notification settings

azizali/go-api

 
 

Repository files navigation

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

About

Framework for Golang API servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%