mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
8 lines
111 B
Go
8 lines
111 B
Go
|
//go:build !dev
|
||
|
// +build !dev
|
||
|
|
||
|
package devrpc
|
||
|
|
||
|
// Config is empty for non-devrpc builds.
|
||
|
type Config struct{}
|