Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guyettinger/gowiki

Go Wiki
https://github.com/guyettinger/gowiki

golang wiki

Last synced: 17 days ago
JSON representation

Go Wiki

Awesome Lists containing this project

README

        

# GoWiki
This wiki is an expansion of the wiki built in the [Golang Web Application Tutorial](http://golang.org/doc/articles/wiki/)
# 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.