Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/twitter-archive/gozer

Prototype mesos framework using new low-level API built in Go
https://github.com/twitter-archive/gozer

Last synced: 3 months ago
JSON representation

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

Lists

README

        

gozer
=====
[![Build Status](https://travis-ci.org/twitter/gozer.svg?branch=master)](https://travis-ci.org/twitter/gozer)
[![GoDoc](https://godoc.org/github.com/twitter/gozer?status.svg)](https://godoc.org/github.com/twitter/gozer)

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

Building
--------

This code is part of the greater [golang](http://golang.org/) 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](http://golang.org/doc/code.html).

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