mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
11 lines
302 B
Go
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
|