mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 11:58:21 +00:00
10 lines
229 B
Go
10 lines
229 B
Go
|
// Copyright 2018 The Go Authors. All rights reserved.
|
||
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE.md file.
|
||
|
|
||
|
// +build proto1_legacy
|
||
|
|
||
|
package flags
|
||
|
|
||
|
const proto1Legacy = true
|