Skip to content
/ govalin Public
forked from pkkummermo/govalin

A simple way of creating efficient HTTP APIs in golang using conventions over configuration.

License

Notifications You must be signed in to change notification settings

tipsy/govalin

 
 

Repository files navigation

govalin

Unit tests

A simple way of creating efficient HTTP APIs in golang using conventions over configuration.

Installation

To install govalin run:

go get -u github.com/pkkummermo/govalin

Motivation

I love how fast and efficient go is. What I don't like, is how it doesn't create an easy way of creating HTTP APIs. Govalin focuses on pleasing those who want to create APIs without too much hassle, with a lean simple API.

Inspired by simple libraries and frameworks such as Javalin, I wanted to see if we could port the simplicity to golang.

About

A simple way of creating efficient HTTP APIs in golang using conventions over configuration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%