Joe Tsai | 025d81d | 2018-08-03 15:53:13 -0700 | [diff] [blame] | 1 | // Copyright 2018 The Go Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style | ||||
3 | // license that can be found in the LICENSE.md file. | ||||
4 | |||||
Joe Tsai | 1799d11 | 2019-08-08 13:31:59 -0700 | [diff] [blame] | 5 | // +build protolegacy |
Joe Tsai | 025d81d | 2018-08-03 15:53:13 -0700 | [diff] [blame] | 6 | |
7 | package flags | ||||
8 | |||||
Joe Tsai | 1799d11 | 2019-08-08 13:31:59 -0700 | [diff] [blame] | 9 | const protoLegacy = true |