Prettified Code!

This commit is contained in:
darrell-thobe-sp
2024-04-18 10:31:05 +00:00
committed by GitHub Action
parent f5b6aaf14f
commit 2cd5ccfc81
223 changed files with 40526 additions and 28073 deletions

View File

@@ -6,7 +6,7 @@ sidebar_label: Update a resource
sidebar_position: 3
sidebar_class_name: gosdk
keywords: ['go', 'golang', 'sdk', 'update']
description: Learn how to update resources with the Golang SDK.
description: Learn how to update resources with the Golang SDK.
slug: /tools/sdk/go/update
tags: ['SDK', 'Software Development Kit']
---
@@ -57,7 +57,7 @@ func main() {
```
To run the code, run this command:
To run the code, run this command:
```go
go run sdk.go
@@ -79,4 +79,4 @@ The updated WorkGroup will be returned by the SDK:
"type": "IDENTITY"
}
}
```
```