cuigh / auxo

A full-stack framework for building applications in Go
MIT License
11 stars 8 forks source link
auxo cli framework go rpc web

AUXO

auxo is an all-in-one Go framework for simplifying program development.

WARNING: This package is a work in progress. It's API may still break in backwards-incompatible ways without warnings. Please use dependency management tools such as dep to lock version.

Components

Goals

Installation

> go get -u github.com/cuigh/auxo
> cd <PATH/TO/PROJECT>
> dep ensure -add github.com/cuigh/auxo

Documentation