Skip to content

guyettinger/gowiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoWiki

This wiki is an expansion of the wiki built in the Golang Web Application Tutorial

Usage

Compile the code, and run the app:

$ go build wiki.go
$ ./wiki

Visiting http://localhost:8080/view/ANewPage should present you with the page edit form.

You should then be able to enter some text, click 'Save', and be redirected to the newly created page.