Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guyettinger/gowiki
Go Wiki
https://github.com/guyettinger/gowiki
golang wiki
Last synced: 17 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T23:33:08.000Z (over 1 year ago)
- Last Synced: 2024-11-06T03:45:04.409Z (2 months 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.