7 lines
79 B
Go
7 lines
79 B
Go
package testsuite
|
|
|
|
import "embed"
|
|
|
|
//go:embed testdata/*
|
|
var testData embed.FS
|