6 lines
178 B
Go
6 lines
178 B
Go
//go:build mage
|
|
|
|
// Package main provides Mage build targets for the checkvist-api module.
|
|
package main
|
|
|
|
// magefile.go contains build targets: Test, Coverage, Lint, Fmt, Check.
|