mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +02:00
7 lines
106 B
Go
7 lines
106 B
Go
|
|
// +build dev
|
||
|
|
|
||
|
|
package build
|
||
|
|
|
||
|
|
// Deployment specifies a development build.
|
||
|
|
const Deployment = Development
|