import ( "github.com/cloudfoundry/cli/cf/models" ) org := models.Organization{} org.Name = "my-org" org.Guid = "my-org-guid"In this example, we are using the models package to create an organization object with the name and GUID set. This object can be used to perform various operations on the organization such as deleting it or updating its name. Overall, the go library github.com.cloudfoundry.cli.cf.models Organization Name provides a convenient way to work with Cloud Foundry organizations in Go applications.