initial commit

This commit is contained in:
Peter 2024-12-10 08:43:59 +01:00
commit 734e1b22f9
Signed by: prskr
GPG key ID: F56BED6903BC5E37
11 changed files with 201 additions and 0 deletions

13
mage.go Normal file
View file

@ -0,0 +1,13 @@
//go:build ignore
package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() {
os.Exit(mage.Main())
}