Adds acme.sh as embedded script

This commit is contained in:
Jamie Curnow
2021-07-15 13:26:14 +10:00
parent 9288fa4757
commit 4d3dfdfa8a
3 changed files with 11 additions and 0 deletions

View File

@@ -13,3 +13,7 @@ var Assets embed.FS
// MigrationFiles are database migrations
//go:embed migrations/*.sql
var MigrationFiles embed.FS
// AcmeSh script
//go:embed acme.sh
var AcmeSh embed.FS