Migrate to NeoFS API Go

This commit is contained in:
Evgeniy Kulikov 2020-03-31 09:58:22 +03:00
parent afd6a5f69e
commit d8a0c287c4
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
18 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
syntax = "proto3";
package bootstrap;
option go_package = "github.com/nspcc-dev/neofs-api/bootstrap";
option go_package = "github.com/nspcc-dev/neofs-api-go/bootstrap";
option csharp_namespace = "NeoFS.API.Bootstrap";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";