Joe Tsai | f9123a3 | 2018-11-30 09:04:58 +0000 | [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 file. |
| 4 | |
Joe Tsai | 21ade49 | 2019-05-22 13:42:54 -0400 | [diff] [blame^] | 5 | // Deprecated: Do not use. |
Joe Tsai | f9123a3 | 2018-11-30 09:04:58 +0000 | [diff] [blame] | 6 | package protolegacy |
| 7 | |
Joe Tsai | 21ade49 | 2019-05-22 13:42:54 -0400 | [diff] [blame^] | 8 | // TODO: Remove this. |
Joe Tsai | f9123a3 | 2018-11-30 09:04:58 +0000 | [diff] [blame] | 9 | |
Joe Tsai | 21ade49 | 2019-05-22 13:42:54 -0400 | [diff] [blame^] | 10 | import "google.golang.org/protobuf/internal/impl" |
| 11 | |
| 12 | var X impl.Export |