/wiki

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.