mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
3d00af7fa3
- Replace command line flags with `-c` config flag. Part of #1180 - Convert node config private keys to hex-encoded string versions. - Remove `GenerateConfig` from library. - Remove unused `FirebaseConfig` from library. - Fix loading of `config/status-chain-genesis.json` in non-dev machines.
5 lines
158 B
Go
5 lines
158 B
Go
// Package static embeds static (JS, HTML) resources right into the binaries
|
|
package static
|
|
|
|
//go:generate go-bindata -pkg static -o bindata.go ../config/...
|