fix golint issues, exported doc (#451)

This commit is contained in:
Kevin Wan
2021-02-08 21:31:56 +08:00
committed by GitHub
parent 9b0625bb83
commit 54414db91d
8 changed files with 31 additions and 11 deletions

View File

@@ -2,6 +2,7 @@ package parser
import "github.com/emicklei/proto"
// Package defines the protobuf package.
type Package struct {
*proto.Package
}