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