diff options
Diffstat (limited to 'Magefile.go')
| -rw-r--r-- | Magefile.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Magefile.go b/Magefile.go index 571593b..bbfc87a 100644 --- a/Magefile.go +++ b/Magefile.go @@ -1,6 +1,6 @@ //go:build mage -// Magefile provides build targets for the geheim project. +// Magefile provides build targets for the foostore project. // Targets: Default (Build), Build, Test, Vet, Install, Uninstall, Clean // Follows the same style as other projects (e.g. hexai). package main @@ -24,7 +24,7 @@ const ( // Default builds the binary so that a bare `mage` invocation is equivalent to `mage build`. func Default() { mg.Deps(Build) } -// Build compiles the binary to ./bin/geheim. +// Build compiles the binary to ./bin/foostore. func Build() error { mg.Deps(createBinDir) fmt.Println("Building", binary) |
