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>
7 lines
112 B
Go
7 lines
112 B
Go
package scantest
|
|
|
|
import "dappco.re/go/core"
|
|
|
|
func example() {
|
|
_, _ = core.GetAsset("mygroup", "myfile.txt")
|
|
}
|