Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
reatang committed Nov 21, 2024
1 parent 6b9a267 commit 5097581
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package main
import (
"fmt"

looseflag "github.com/reatang/looseflag"
looseflag "github.com/reatang/go-looseflag"
)

// go run main.go -a str1 -b -int=123 1111111 222222 333333
Expand Down
2 changes: 1 addition & 1 deletion example/base/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

looseflag "github.com/reatang/looseflag"
looseflag "github.com/reatang/go-looseflag"
)

// go run main.go -a str1 -b -int=123 1111111 222222 333333
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/reatang/looseflag
module github.com/reatang/go-looseflag

go 1.20

0 comments on commit 5097581

Please sign in to comment.