package fixtures import "fmt" func ExampleOnly() { crds, _ := LoadCRDs(Only("edge")) for _, crd := range crds { fmt.Println(crd.GetName()) } }