https://github.com/andrebriggs/gowiki
https://github.com/andrebriggs/gowiki
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrebriggs/gowiki
- Owner: andrebriggs
- Created: 2019-01-20T05:35:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T05:36:23.000Z (over 7 years ago)
- Last Synced: 2025-01-15T07:12:20.952Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Wiki
This is a version of the GoWiki sample [here](https://golang.org/doc/articles/wiki/)
To run
```
$ go build -o bin/wiki
$ ./wiki
```