Discover books, shows, and movies at your level. Track your progress by filling your Shelf with what you find, and share with other language learners. *No dusting required.
shlf.space
···46464747Format templates and code before submitting for final review.
4848```
4949-go tool templ fmt ./internal/server/views/ && go fmt ./...
4949+go tool templ fmt ./internal/views/ && go fmt ./...
5050```
51515252## Proposals for bigger changes
+1-1
docs/hacking.md
···3333If you modified the views, you will need to regenerate them:
3434```bash
3535go tool templ generate
3636-go tool templ fmt ./internal/server/views/
3636+go tool templ fmt ./internal/views/
3737```
38383939If you modified the tailwind styles, you will need to regenerate the css: