https://github.com/andreip/gowiki
A simple wiki page in go
https://github.com/andreip/gowiki
Last synced: about 1 year ago
JSON representation
A simple wiki page in go
- Host: GitHub
- URL: https://github.com/andreip/gowiki
- Owner: andreip
- Created: 2018-10-22T03:55:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T04:45:46.000Z (over 7 years ago)
- Last Synced: 2025-02-12T12:57:01.910Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple wiki page
===
Based on tutorial from https://golang.org/doc/articles/wiki/.
```bash
go run wiki.go
# navigate to localhost:8080
```