frostfs-api-go/proto.go

8 lines
191 B
Go
Raw Normal View History

2019-11-18 13:34:06 +00:00
package neofs_proto // import "github.com/nspcc-dev/neofs-proto"
import (
_ "github.com/gogo/protobuf/gogoproto"
_ "github.com/gogo/protobuf/proto"
_ "github.com/golang/protobuf/proto"
)