steakunderscore / wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki

A basic wiki implementation based off go stdlib only.

This is based off of the golang wiki tutorial.

Where to start

Install go 1.11 or above then:

make build
make run

If you have dlv installed

make debug

Head to [http://localhost:8080/view/home][http://localhost:8080/view/home] to see the app running.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 83.3%Language:HTML 11.2%Language:Makefile 5.5%