A simple wiki built using the Go web application tutorial https://golang.org/doc/articles/wiki/
go build main.go
to compile the project and execute main.go
to start the server.
- localhost:8080/view/{articleName} - view article
- localhost:8080/edit/{articleName} - edit article
- localhost:8080/save/{aticleName} - save article