Skip to content
Jacob R. McCollum edited this page Oct 10, 2018 · 2 revisions

Welcome

About Attache

Attache is a composable web application framework for Go that lets you define your application logic as methods on a concrete type.

Installation

Attache is composed of a package and a CLI. To install both, run

# CLI will be installed at $GOPATH/bin/attache
go get -u github.com/attache/attache/...

To install just the package (and not the CLI), run

go get -u github.com/attache/attache

Documentation

Clone this wiki locally