summaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/a-h/templ/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/a-h/templ/version.go')
-rw-r--r--vendor/github.com/a-h/templ/version.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/a-h/templ/version.go b/vendor/github.com/a-h/templ/version.go
deleted file mode 100644
index b7fbb6f..0000000
--- a/vendor/github.com/a-h/templ/version.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package templ
-
-import _ "embed"
-
-//go:embed .version
-var version string
-
-func Version() string {
- return "v" + version
-}