Fix minor mistake in Go SDK example
This commit is contained in:
parent
3469943a0b
commit
ee63a409df
|
@ -57,7 +57,7 @@ export const go = `package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
skynet "github.com/NebulousLabs/go-skynet"
|
||||
skynet "github.com/NebulousLabs/go-skynet/v2"
|
||||
)
|
||||
|
||||
// create a client
|
||||
|
|
Reference in New Issue