This package is an anti-captcha.net client library. See official documentation here
go get -u github.com/aidenesco/anticaptcha
import "github.com/aidenesco/anticaptcha"
func main() {
client := anticaptcha.NewClient("your-key-here")
balance, _ := client.GetBalance(context.Background())
fmt.Println(balance) // 4.77
}