Skip to content

Commit a0d2fb5

Browse files
authored
fix: module v2 in package example (#308)
1 parent 7810c4b commit a0d2fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/plumbing/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/go-openapi/runtime"
1111
httptransport "github.com/go-openapi/runtime/client"
1212
"github.com/go-openapi/strfmt"
13-
"github.com/netlify/open-api/go/plumbing/operations"
13+
"github.com/netlify/open-api/v2/go/plumbing/operations"
1414
)
1515

1616
func Example() {

0 commit comments

Comments
 (0)