github.com/IBM-Cloud/bluemix-go@v0.0.0-20240314082800-4e02a69b84b2/examples/mccp/shareddomain/README.md (about) 1 # Shared Domain example 2 3 This example shows how to perform CRUD operation on cloud foundry shared domain. 4 5 This creates a shared domain which will be shared across all organization (admin-only). After successfull creation it retrives the domain and deletes domain. 6 7 Example: 8 9 ``` 10 go run main.go 11 ``` 12 13 14 15