12 lines
220 B
Go
12 lines
220 B
Go
package nixbuild_test
|
|
|
|
import _ "embed"
|
|
|
|
var (
|
|
//go:embed testdata/derivation/show_getchoo_glados.json
|
|
getchooGladosShow []byte
|
|
|
|
//go:embed testdata/derivation/collect_getchoo_glados
|
|
getchooGladosCollective string
|
|
)
|