Files
netbird/magefiles/magefile.go
T
2026-08-27 11:28:05 +02:00

11 lines
302 B
Go

//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