Skip to content

bmatsuo/gowiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gowiki is a demonstration of a trivial wiki:

- implemented in Go http://golang.org/
- using hoisie's web.go and mustache.go 
    http://github.com/hoisie/web.go
    http://github.com/hoisie/mustache.go

To deploy: 

- create a main package like:

	package main

	import (
		"web"
		"wiki"
	)

	func main() {
		wiki.RegisterHandlers("/")
		web.Run(":8080")
	}

- create a data/ directory in your working directory
- copy tmpl/ (including the directory itself) to your working directory

Contact: Andrew Gerrand <adg@golang.org>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages