mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
6 lines
201 B
Go
6 lines
201 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 -pkg t -o ./bindata.go ./config
|