Skip to content

Commit fe19e0b

Browse files
authored
Fix go_package option value in proto (#4)
1 parent 414e522 commit fe19e0b

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

example/example.pb.perm.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

options/collection_permissions.pb.go

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

options/collection_permissions.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
syntax = "proto2";
22
package atlas.query;
33

4-
option go_package = "github.com/infobloxopen/protoc-gen-atlas-query-perm/options/;options";
4+
option go_package = "github.com/infobloxopen/protoc-gen-atlas-query-perm/options;options";
55

66
import "google/protobuf/descriptor.proto";
77

plugin/imports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var unneededImports = []string{
2323
"import _ \"github.com/infobloxopen/atlas-app-toolkit/query\"\n",
2424
"import _ \"github.com/infobloxopen/atlas-app-toolkit/rpc/resource\"\n",
2525
"import _ \"github.com/infobloxopen/atlas-contacts-app/pkg/valid\"\n",
26-
"import _ \"github.com/infobloxopen/protoc-gen-atlas-query-perm/options/\"\n",
26+
"import _ \"github.com/infobloxopen/protoc-gen-atlas-query-perm/options\"\n",
2727
}
2828

2929
// CleanImports removes extraneous imports and lines from a proto response

0 commit comments

Comments
 (0)