web-crawler/magefiles/main.go

14 lines
123 B
Go
Raw Normal View History

2024-08-26 10:30:14 +01:00
//go:build ignore
package main
import (
"os"
"github.com/magefile/mage/mage"
)
func main() {
os.Exit(mage.Main())
}