vendor/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 // Copyright 2018 The Go Authors. All rights reserved.
     1 // Copyright 2018 The Go Authors. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
       
     5 //go:build protolegacy
     5 // +build protolegacy
     6 // +build protolegacy
     6 
     7 
     7 package flags
     8 package flags
     8 
     9 
     9 const protoLegacy = true
    10 const protoLegacy = true