rename gopackage from neofs-proto to neofs-api

This commit is contained in:
Evgeniy Kulikov 2020-01-30 16:29:38 +03:00
parent b7cd44ed13
commit cc35580700
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
18 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
syntax = "proto3";
package object;
option go_package = "github.com/nspcc-dev/neofs-proto/object";
option go_package = "github.com/nspcc-dev/neofs-api/object";
import "refs/types.proto";
import "session/types.proto";