We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956dd25 commit 324afcfCopy full SHA for 324afcf
cmd/init_project.go
@@ -45,7 +45,7 @@ Writes the following files:
45
- a boilerplate license file
46
- a PROJECT file with the domain and repo
47
- a Makefile to build the project
48
-- a Gopkg.toml with project dependencies
+- a go.mod with project dependencies
49
- a Kustomization.yaml for customizating manifests
50
- a Patch file for customizing image for manager manifests
51
- a Patch file for enabling prometheus metrics
pkg/scaffold/v2/gomod.go
@@ -22,7 +22,7 @@ import (
22
23
var _ input.File = &GoMod{}
24
25
-// GoMod writes a templatefile for Gopkg.toml
+// GoMod writes a templatefile for go.mod
26
type GoMod struct {
27
input.Input
28
}
0 commit comments