We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3e347 commit b55b702Copy full SHA for b55b702
doc.go
@@ -21,11 +21,11 @@ module and mage as as tool.
21
go get github.com/coopnorge/mage@latest
22
go get -tool github.com/magefile/mage
23
24
-Configure mage in magefiles/magefile.go (goapp is used for the example).
+Configure mage in magefiles/magefile.go (golib is used for the example).
25
26
import (
27
//mage:import
28
- _ "github.com/coopnorge/mage/targets/goapp"
+ _ "github.com/coopnorge/mage/targets/golib"
29
)
30
31
In the repository add a GitHub Actions Workflow
0 commit comments