Skip to content

Commit b55b702

Browse files
authored
docs: Use golib instead of goapp as the example (#117)
golib is a lot simpler example, goapp requires more variables.
1 parent 5d3e347 commit b55b702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ module and mage as as tool.
2121
go get github.com/coopnorge/mage@latest
2222
go get -tool github.com/magefile/mage
2323
24-
Configure mage in magefiles/magefile.go (goapp is used for the example).
24+
Configure mage in magefiles/magefile.go (golib is used for the example).
2525
2626
import (
2727
//mage:import
28-
_ "github.com/coopnorge/mage/targets/goapp"
28+
_ "github.com/coopnorge/mage/targets/golib"
2929
)
3030
3131
In the repository add a GitHub Actions Workflow

0 commit comments

Comments
 (0)