blob: b9bad196ae7904b8385ad42dd5ff32c5d1faee6c [file] [log] [blame]
Joe Tsaif9123a32018-11-30 09:04:58 +00001// 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 file.
4
5// Package protolegacy contains the default implementation for messages
6// generated by protoc-gen-go.
7//
8// WARNING: This package should only ever be imported by the v1 proto package.
9// The compatibility agreement covers nothing except for functionality needed
10// to provide v1 interoperability. Breakages that occur due to unauthorized
11// usages of this package are not the author's responsibility.
12package protolegacy
13
Damien Neile89e6242019-05-13 23:55:40 -070014import "google.golang.org/protobuf/internal/legacy"
Joe Tsaif9123a32018-11-30 09:04:58 +000015
16var X legacy.Export