6 lines
165 B
Go
6 lines
165 B
Go
|
// Copyright (C) 2019 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
// Package drpcmux is a handler to dispatch rpcs to implementations.
|
||
|
package drpcmux
|