erigon-pulse/tests/erigon-ext-test/go.mod
battlmonstr b37e980caa
fix erigon-ext-test golang error (#8734)
go: no module declaration in go.mod. To specify the module path:
	go mod edit -module=example.com/mod
2023-11-15 18:49:10 +07:00

4 lines
206 B
Modula-2

// this is a dummy file needed to exclude this folder from the root folder unit tests suite
// the actual go.mod for the test is generated by test.sh from go.mod.template
module example.com/erigon-ext-test