go/tests/testdata/scantest/sample.go
Snider fbd646456a refactor: flatten polyglot layout to standard Go module
Move source from go/core/ to root, tests from go/tests/ to tests/.
Module path dappco.re/go/core resolves cleanly — builds and tests pass.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 08:27:14 +00:00

7 lines
112 B
Go

package scantest
import "dappco.re/go/core"
func example() {
_, _ = core.GetAsset("mygroup", "myfile.txt")
}