mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-05 02:02:06 +01:00
8 lines
181 B
Go
8 lines
181 B
Go
|
// +build !routerrpc
|
||
|
|
||
|
package routerrpc
|
||
|
|
||
|
// Config is the default config for the package. When the build tag isn't
|
||
|
// specified, then we output a blank config.
|
||
|
type Config struct{}
|