mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-27 10:14:36 +01:00
7 lines
105 B
Go
7 lines
105 B
Go
// +build !dev
|
|
|
|
package build
|
|
|
|
// Deployment specifies a production build.
|
|
const Deployment = Production
|