A hopefully simple go project to store collaborative but not real time notes.
| cmd/server | ||
| internal | ||
| templates | ||
| .gitignore | ||
| conf.example.toml | ||
| go.mod | ||
| go.sum | ||
| LICENSE.txt | ||
| README.md | ||
gonotes
A toyish project for a shared notebook of sorts implemented in go. It's mostly a learning opportunity for using go, and partially an intent to end up with a shared notebook!
It's not shared in the sense of simultaneous editing, don't do that!
TODO
- handle static urls in the django url mapping style
- Style up the templates better