chia-goths
chia-goths copied to clipboard
A template project which combines several technologies including Go, HTMX, Tailwind for a simpler yet snappy stack for your next web project.
taskfile now uses parallel which is not installed by default, it should have a fallback with notice to use xargs. also this doesn't work in windows today.
when embedding assets, like main.css, to the layout - they should have a ?v= or something similar. This is an easy cachebusting method when dealing with browser and forward proxy...
as the title says the following needs to occur: - add configuration for golangci-lint - add github check for golangci-lint - add taskfile entry for golangci-lint - lint the current...