Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Kacper Czochara edited this page May 11, 2016 · 7 revisions

Welcome to the utron wiki!

The goal is to cover those topics that couldn't be covered by README.md file.

Getting started

utron requires Go in version 1.4 or higher.

Run this command to download stable release

$ go get gopkg.in/gernest/utron.v1

Or this command to obtain current master branch

$ go get github.com/gernest/utron

You are now ready to develop. Simply take a look at fixtures/todo example app and create your own. The todo app example is already well explained in README file.

Clone this wiki locally