diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-17 20:51:07 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-17 20:51:07 +0300 |
commit | 12cd485899f55058339faeca0f8523fbb0d2b334 (patch) | |
tree | d059341d5fb86d5f8ef80c366f167fd448651425 /templates/fs.go | |
parent | 70565ecac31f7bb5c1d6c559ed18ff9f9c56ac46 (diff) |
Diffstat (limited to 'templates/fs.go')
-rw-r--r-- | templates/fs.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/fs.go b/templates/fs.go deleted file mode 100644 index 197a5e1..0000000 --- a/templates/fs.go +++ /dev/null @@ -1,6 +0,0 @@ -package templates - -import "embed" - -//go:embed *.gotmpl -var Templates embed.FS |