refactor: change organisation

This commit is contained in:
Simon Vieille 2025-12-11 21:28:27 +01:00
commit b9bea6bdd2
Signed by: deblan
GPG key ID: 579388D585F70417
18 changed files with 139 additions and 225 deletions

8
static/static.go Normal file
View file

@ -0,0 +1,8 @@
package static
import "embed"
var (
//go:embed *
Files embed.FS
)