Skip to content

Commit

Permalink
update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred committed May 8, 2023
1 parent f223b5f commit 6371c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clap/clap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"reflect"
"testing"

"github.com/fred1268/clap/clap"
"github.com/fred1268/go-clap/clap"
)

func TestEmpty(t *testing.T) {
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/fred1268/clap
module github.com/fred1268/go-clap

go 1.18

0 comments on commit 6371c9c

Please sign in to comment.