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 f56ba3f commit c7116aaCopy full SHA for c7116aa
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/technicallyjosh/ez-params
+module github.com/technicallyjosh/easy-params
2
3
go 1.14
4
main.go
@@ -1,6 +1,6 @@
package main
-import "github.com/technicallyjosh/ez-params/cmd"
+import "github.com/technicallyjosh/easy-params/cmd"
5
func main() {
6
cmd.Execute()
0 commit comments