Skip to content

Commit 9c0df35

Browse files
committed
chore(examples): Update Go import paths to v2
Signed-off-by: Adam Reese <[email protected]>
1 parent d6aa335 commit 9c0df35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ executor.
77
```go
88
import (
99
"fmt"
10-
spinhttp "github.com/fermyon/spin/sdk/go/http"
10+
spinhttp "github.com/fermyon/spin/sdk/go/v2/http"
1111
)
1212

1313
func init() {

0 commit comments

Comments
 (0)