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)