mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
6 lines
212 B
Go
6 lines
212 B
Go
// Package t and its sub-packages are intended to support the testing
|
|
// of status-go. It supports Ropsten, Rinkeby, and StatusChain for tests.
|
|
package t
|
|
|
|
//go:generate go-bindata -pkg t -o ./bindata.go ./config
|