frostfs-api-go/proto.go

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