1// Copyright 2019 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
8const BuildTagProduction = false
9