Skip to content

librity/gowiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published