go/testdata/scantest/sample.go

8 lines
112 B
Go
Raw Permalink Normal View History

package scantest
2026-03-20 21:00:48 +00:00
import "dappco.re/go/core"
func example() {
_, _ = core.GetAsset("mygroup", "myfile.txt")
}