mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-03 04:13:19 +00:00
all: minor tweaks
Fix a typo in legacy_enum.go. Rename package in ancient legacy proto so that it doesn't confuse tooling that assume that the package and directory names match. Change-Id: I0b896045e74b0a7f998d3e5693b853eb3aa3839c Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/214182 Reviewed-by: Joe Tsai <joetsai@google.com>
This commit is contained in:
parent
94e730bc38
commit
1c8015fff5
@ -1,6 +1,6 @@
|
||||
// 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 LICEqNSE file.
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package impl
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
// DO NOT EDIT!
|
||||
|
||||
/*
|
||||
Package google_golang_org_protobuf_internal_testprotos_legacy_proto2_20160225_2fc053c5 is a generated protocol buffer package.
|
||||
Package proto2_20160225_2fc053c5 is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
proto2_20160225_2fc053c5/test.proto
|
||||
@ -12,7 +12,7 @@ It has these top-level messages:
|
||||
SiblingMessage
|
||||
Message
|
||||
*/
|
||||
package google_golang_org_protobuf_internal_testprotos_legacy_proto2_20160225_2fc053c5
|
||||
package proto2_20160225_2fc053c5
|
||||
|
||||
import proto "google.golang.org/protobuf/internal/protolegacy"
|
||||
import fmt "fmt"
|
||||
|
@ -3,7 +3,7 @@
|
||||
// DO NOT EDIT!
|
||||
|
||||
/*
|
||||
Package google_golang_org_protobuf_internal_testprotos_legacy_proto3_20160225_2fc053c5 is a generated protocol buffer package.
|
||||
Package proto3_20160225_2fc053c5 is a generated protocol buffer package.
|
||||
|
||||
It is generated from these files:
|
||||
proto3_20160225_2fc053c5/test.proto
|
||||
@ -12,7 +12,7 @@ It has these top-level messages:
|
||||
SiblingMessage
|
||||
Message
|
||||
*/
|
||||
package google_golang_org_protobuf_internal_testprotos_legacy_proto3_20160225_2fc053c5
|
||||
package proto3_20160225_2fc053c5
|
||||
|
||||
import proto "google.golang.org/protobuf/internal/protolegacy"
|
||||
import fmt "fmt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user