blob: d2f14a78cb48797040cffc59b15fe23a8ed0f65c [file] [log] [blame]
Damien Neile475eaa2019-01-26 14:24:59 -08001// Copyright 2019 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
5syntax = "proto2";
6
7package goproto.proto.test;
8
Damien Neile89e6242019-05-13 23:55:40 -07009option go_package = "google.golang.org/protobuf/internal/testprotos/test";
Damien Neile475eaa2019-01-26 14:24:59 -080010
11message PublicImportMessage {
12}