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

@@ -70,7 +70,7 @@ import (
)
func main() {
data := []byte(`{
transform := []byte(`{
"name" : "Timestamp To Date",
"attributes" : "{}",
"type" : "dateFormat"
@@ -78,7 +78,7 @@ func main() {
var transform v3.Transform
if err := json.Unmarshal(data, &transform); err != nil {
if err := json.Unmarshal(transform, &transform); err != nil {
fmt.Println("Error:", err)
return
}
@@ -348,7 +348,7 @@ import (
func main() {
id := `2cd78adghjkja34jh2b1hkjhasuecd` // string | ID of the transform to update # string | ID of the transform to update
data := []byte(`{
transform := []byte(`{
"name" : "Timestamp To Date",
"attributes" : "{}",
"type" : "dateFormat"