Skip to content

Commit c7116aa

Browse files
author
Josh Newman
committed
fix module name
1 parent f56ba3f commit c7116aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/technicallyjosh/ez-params
1+
module github.com/technicallyjosh/easy-params
22

33
go 1.14
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
import "github.com/technicallyjosh/ez-params/cmd"
3+
import "github.com/technicallyjosh/easy-params/cmd"
44

55
func main() {
66
cmd.Execute()

0 commit comments

Comments
 (0)