mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-08 12:18:05 +02:00
7 lines
105 B
Go
7 lines
105 B
Go
// +build !dev
|
|
|
|
package build
|
|
|
|
// Deployment specifies a production build.
|
|
const Deployment = Production
|