A wiki web app in pure GO.
Install the latest version of Go
in your machine.
Clone the repo, start the server and open http://localhost:8080 in your browser
$ git clone https://github.com/librity/gowiki
$ cd gowiki
$ go run *.go
Automagically analyze race conditions during compilation:
$ go build -race
- https://golangdocs.com/templates-in-golang
- https://stackoverflow.com/questions/18175630/go-template-executetemplate-include-html
- https://stackoverflow.com/questions/31467767/how-do-i-set-a-default-size-for-a-textarea-yet-still-allow-it-to-adjust-based-o
- https://stackoverflow.com/questions/52500451/golang-template-is-undefined