https://github.com/guyettinger/gowiki
Go Wiki
https://github.com/guyettinger/gowiki
golang wiki
Last synced: about 1 year ago
JSON representation
Go Wiki
- Host: GitHub
- URL: https://github.com/guyettinger/gowiki
- Owner: guyettinger
- License: mit
- Created: 2023-09-24T22:40:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T23:33:08.000Z (over 2 years ago)
- Last Synced: 2025-04-12T22:52:07.524Z (about 1 year ago)
- Topics: golang, wiki
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.