Please note that in the Example of the Go SDK (https://developer.algorand.org/docs/go-sdk) there is a typo in the code under the import statement. Change "github.com/algorand/go-algorand/sdk/client/algod”
to "github.com/algorand/go-algorand-sdk/client/algod”
, i.e. from / to -
Thanks for catching this!