We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5252901 commit 8c3ba58Copy full SHA for 8c3ba58
lib/go/thrift/types/annotation/naming/naming.go
@@ -12,7 +12,7 @@ func init() {
12
lns := pka.GetNamespace_()
13
ln := pka.GetName()
14
15
- if lns == "" {
+ if pka.Namespace_ == nil {
16
lns = ns
17
}
18
0 commit comments