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 | |||||
5 | // +build proto1_legacy | ||||
6 | |||||
7 | package flags | ||||
8 | |||||
9 | const proto1Legacy = true |