mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 12:15:28 -04:00
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
@ -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…
x
Reference in New Issue
Block a user