github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/integrations/integrations_any.go (about) 1 package integrations 2 3 import ( 4 "embed" 5 ) 6 7 //go:embed *_any.mx 8 var resAny embed.FS 9 10 func init() { 11 resources["*_any"] = &resAny 12 }