...

Source file src/edge-infra.dev/test/f2/examples/embed/sharingdata/shared/shared.go

Documentation: edge-infra.dev/test/f2/examples/embed/sharingdata/shared

     1  package shared
     2  
     3  import "embed"
     4  
     5  // export the testdata to be used by other tests
     6  //
     7  //go:embed testdata
     8  var TestData embed.FS
     9  

View as plain text