mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-30 03:32:49 +00:00
runtime/protoiface: update package documentation
Contrary to the WARNING, this package should be stable. However, it still should not be imported by the end-user. Change-Id: I05b4b9ebb1e0d28ab626f8c51fbe827b5acf237e Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/178545 Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
parent
21ade498bd
commit
66500913f0
@ -2,11 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package protoiface contains types referenced by generated messages.
|
||||
//
|
||||
// WARNING: This package should only ever be imported by generated messages.
|
||||
// The compatibility agreement covers nothing except for functionality needed
|
||||
// to keep existing generated messages operational.
|
||||
package protoiface
|
||||
|
||||
import (
|
||||
|
@ -2,6 +2,11 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package protoiface contains types referenced or implemented by messages.
|
||||
//
|
||||
// WARNING: This package should only be imported by message implementations.
|
||||
// The functionality found in this package should be accessed through
|
||||
// higher-level abstractions provided by the proto package.
|
||||
package protoiface
|
||||
|
||||
import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user