xess: do not specify a version in go:generate (#164)
specifying a version breaks file generation with `-mod=vendor`, which is used by tooling like nixpkgs. this commit replaces the `go:generate` statement with ones found in other files (which builds successfully) for consistency. Signed-off-by: Cassie Cheung <me@soopy.moe>
This commit is contained in:
parent
f9f5430dac
commit
c896c63a0b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/TecharoHQ/anubis/internal"
|
||||
)
|
||||
|
||||
//go:generate go run github.com/a-h/templ/cmd/templ@latest generate
|
||||
//go:generate go tool github.com/a-h/templ/cmd/templ generate
|
||||
|
||||
var (
|
||||
//go:embed *.css static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue