1 package v1 2 3 import ( 4 "embed" 5 ) 6 7 // Testcases is exported for cross-process file cache tests. 8 // 9 //go:embed testdata/*.wasm 10 //go:embed testdata/*.json 11 var Testcases embed.FS 12
View as plain text