spruce/magefiles/main.go
Dan Anglin 649f074d25
All checks were successful
/ test (pull_request) Successful in 26s
/ lint (pull_request) Successful in 26s
Update Project
Changes:

- ci: Add a workflow for Forgejo Actions
- docs: Update README.asciidoc
- tests: add a mage target for running tests
2023-12-06 14:42:18 +00:00

13 lines
123 B
Go

//go:build ignore
package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() {
os.Exit(mage.Main())
}