debugd: add go package docs

This commit is contained in:
Malte Poll 2023-01-24 16:08:04 +01:00 committed by Malte Poll
parent ee869eaf9c
commit fc8a43f4f1
11 changed files with 39 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
// Package streamer implements streaming of files over gRPC.
package streamer
import (