mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-14 12:42:48 +02:00
6 lines
105 B
Go
6 lines
105 B
Go
// +build !dev
|
|
|
|
package build
|
|
|
|
// Deployment specifies a production build.
|
|
const Deployment = Production
|