Weighs the soul of incoming HTTP requests to stop AI crawlers
at main 10 lines 136 B view raw
1package web 2 3import "embed" 4 5//go:generate go tool github.com/a-h/templ/cmd/templ generate 6 7var ( 8 //go:embed static 9 Static embed.FS 10)