/gowiki

Go Tutorial - A wiki web app in pure Golang.

Primary LanguageGoMIT LicenseMIT

GO Tutorials - GO Wiki

Table of Contents

About

A wiki web app in pure GO.

Getting Started

Prerequisites

Install the latest version of Go in your machine.

Installing

Clone the repo, start the server and open http://localhost:8080 in your browser

$ git clone https://github.com/librity/gowiki
$ cd gowiki
$ go run *.go

Automagically analyze race conditions during compilation:

$ go build -race

Docs

Resources

Heroku Deploy