12 lines
216 B
Go
12 lines
216 B
Go
package nixbuild_test
|
|
|
|
import _ "embed"
|
|
|
|
var (
|
|
//go:embed testdata/derivation/show_getchoo_atlas.json
|
|
getchooAtlasShow []byte
|
|
|
|
//go:embed testdata/derivation/collect_getchoo_atlas
|
|
getchooAtlasCollective string
|
|
)
|