Go Lang SDK
The Go SDK provides a convenient way for Go developers to interact with our Scanning Solution API.
It abstracts away the complexities of making HTTP requests and handling responses, allowing you to focus on integrating our scanning capabilities into your Go applications.
Installation
To install the Go SDK, you can use the following command:
go get github.com/clonesec/cg-scanning-sdk-go
and import in your Go code:
import "github.com/clonesec/cg-scanning-sdk-go"
For more information and example usage, please refer to the github.com/clonesec/cg-scanning-sdk-go.