Skip to content

johnrhampton/go-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple wiki web app built with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published