build/deployment: add prod+dev targets

This commit is contained in:
Conner Fromknecht
2018-09-20 03:16:25 -07:00
parent 10b35a8f20
commit 738ba45bcf
3 changed files with 48 additions and 0 deletions

6
build/deployment_dev.go Normal file
View File

@@ -0,0 +1,6 @@
// +build dev
package build
// Deployment specifies a development build.
const Deployment = Development