github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/mage.go (about) 1 //go:build ignore 2 3 package main 4 5 import ( 6 "os" 7 8 "github.com/magefile/mage/mage" 9 ) 10 11 func main() { os.Exit(mage.Main()) }