Skip to content

Commit

Permalink
rename to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Feb 15, 2024
1 parent aad5229 commit be5512a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/lestrrat-go/httprc
module github.com/lestrrat-go/httprc/v2

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion httprc_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sync"
"time"

"github.com/lestrrat-go/httprc"
"github.com/lestrrat-go/httprc/v2"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion httprc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/lestrrat-go/httprc"
"github.com/lestrrat-go/httprc/v2"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit be5512a

Please sign in to comment.