gowiki Super basic wiki built with Go Run the App Clone this repo $ cd gowiki $ go run wiki.go Using the wiki Open a browser @ http://localhost:8080/view/NewPage Enter some text, click Save, and you will be redirected to the new page. Build $ cd gowiki $ go build wiki.go $ ./wiki