mirror of
https://github.com/rclone/rclone.git
synced 2024-12-03 05:45:24 +01:00
10 lines
240 B
Go
10 lines
240 B
Go
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
// Package drpcstream sends protobufs using the dprc wire protocol.
|
|
package drpcstream
|
|
|
|
import "github.com/spacemonkeygo/monkit/v3"
|
|
|
|
var mon = monkit.Package()
|