github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/vit/testdata/provide.go (about) 1 /* 2 * Copyright (c) 2022-present unTill Pro, Ltd. 3 */ 4 5 package sys_test_template 6 7 import "embed" 8 9 //go:embed * 10 var TestTemplateFS embed.FS