func github.com/golang/protobuf/proto.Clone
3 uses
github.com/golang/protobuf/proto (current package)
proto.go#L129: func Clone(src Message) Message {
google.golang.org/grpc/internal/status
status.go#L58: return &Status{s: proto.Clone(s).(*spb.Status)}
status.go#L92: return proto.Clone(s.s).(*spb.Status)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)