mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
6 lines
221 B
Go
6 lines
221 B
Go
// Package t and its sub-packages are intended to support the testing
|
|
// of status-go. It supports Goerli and StatusChain for tests.
|
|
package t
|
|
|
|
//go:generate go-bindata -modtime=1700000000 -pkg t -o ./bindata.go ./config
|