Solana DocumentationSolana SDKs
Go SDK for Solana
There's a Go SDK that supports most functions to interact with Solana. If you're using Anchor for your Solana programs, you will be able to use anchor-go with your idl to produce a Golang compatible client.
Installation
Terminal
go get github.com/gagliardetto/solana-go@v1.12.0
More Documentation
Please visit the Go SDK documentation for more information on using this Go SDK with Solana.