2ef8e581b2
* fix travis * lint fixes * travis: enable tests * fix some tests, disable a broken eestream test for now
7 lines
156 B
Go
7 lines
156 B
Go
// Copyright (C) 2018 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package overlay
|
|
|
|
//go:generate protoc --go_out=plugins=grpc:. overlay.proto
|