mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
7 lines
106 B
Go
7 lines
106 B
Go
|
// +build dev
|
||
|
|
||
|
package build
|
||
|
|
||
|
// Deployment specifies a development build.
|
||
|
const Deployment = Development
|