1// Copyright 2015 Keybase, Inc. All rights reserved. Use of
2// this source code is governed by the included BSD license.
3
4// +build production
5
6package libkb
7
8// Production run mode currently...enabled!
9const DefaultRunMode = ProductionRunMode
10
11const BuildTagProduction = true
12