diff --git a/proto.go b/proto.go deleted file mode 100644 index b15f22a..0000000 --- a/proto.go +++ /dev/null @@ -1,7 +0,0 @@ -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" -)