Initial commit
This commit is contained in:
commit
3b076836d3
23 changed files with 333 additions and 0 deletions
6
magefiles/magefile.go
Normal file
6
magefiles/magefile.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue