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