github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/resource/resourcev2/managementv2/group/README.md (about) 1 # Resource group example 2 3 This example shows how to perform CRUD operation on resource group with v2 api's 4 5 This creates a resource group. After successfull creation , updates and deletes group. 6 7 Example: 8 9 ``` 10 go run main.go -name new -quota "Trial Quota" 11 ``` 12 13 14 15