7 lines
154 B
Go
7 lines
154 B
Go
|
// Copyright (C) 2018 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
package statdb
|
||
|
|
||
|
//go:generate protoc --go_out=plugins=grpc:. statdb.proto
|