Files
netbird/magefiles/magefile.go
2026-08-12 11:32:15 +02:00

13 lines
319 B
Go

//go:build mage
//mage:multiline
// Set the general description you want to have displayed with mage -l here.
package main
// mg contains helpful utility functions, like Deps
// Default target to run when none is specified
// If not set, running mage will list available targets
//var Default = Integrationtest.All