mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
b37e980caa
go: no module declaration in go.mod. To specify the module path: go mod edit -module=example.com/mod
4 lines
206 B
Modula-2
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
|