twitter-archive / gozer

Prototype mesos framework using new low-level API built in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gozer

Build Status GoDoc

Prototype mesos framework using new low-level API built in Go.

Building

This code is part of the greater golang community. It can be retrieved, compiled, tested, and installed using the go tool. In order to use this, you will need a correctly setup golang environment.

shell$ cd $GOPATH
shell$ go get github.com/twitter/gozer/gozer
shell$ go test github.com/twitter/gozer/...
shell$ bin/gozer --help

About

Prototype mesos framework using new low-level API built in Go

License:Apache License 2.0


Languages

Language:Go 99.0%Language:Shell 1.0%