forked from TrueCloudLab/frostfs-api
rename gopackage from neofs-proto to neofs-api
This commit is contained in:
parent
b7cd44ed13
commit
cc35580700
18 changed files with 19 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
syntax = "proto3";
|
||||
package bootstrap;
|
||||
option go_package = "github.com/nspcc-dev/neofs-proto/bootstrap";
|
||||
option go_package = "github.com/nspcc-dev/neofs-api/bootstrap";
|
||||
|
||||
import "service/meta.proto";
|
||||
import "service/verify.proto";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
syntax = "proto3";
|
||||
package bootstrap;
|
||||
option go_package = "github.com/nspcc-dev/neofs-proto/bootstrap";
|
||||
option go_package = "github.com/nspcc-dev/neofs-api/bootstrap";
|
||||
|
||||
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue