frostfs-api-go/proto.go
Evgeniy Kulikov 1cf33e5ffd
initial
2019-11-18 16:34:06 +03:00

7 lines
191 B
Go

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"
)