update go docs and examples

This commit is contained in:
darrell-thobe-sp
2025-05-13 13:16:33 -04:00
parent d89039d220
commit 9e03821762
255 changed files with 3678 additions and 3678 deletions

View File

@@ -271,7 +271,7 @@ import (
)
func main() {
data := []byte(`{
reportdetails := []byte(`{
"reportType" : "ACCOUNTS",
"arguments" : {
"application" : "2c9180897e7742b2017e781782f705b9",
@@ -281,7 +281,7 @@ func main() {
var reportDetails v3.ReportDetails
if err := json.Unmarshal(data, &reportDetails); err != nil {
if err := json.Unmarshal(reportdetails, &reportDetails); err != nil {
fmt.Println("Error:", err)
return
}