Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
THRIFT-5353: Fix import dedup without explicit go namespace
Client: go When a thrift file includes 2 or more other thrift files, and those included thrift files do not have explicit go namespaces defined, the current import dedup logic would wrongly use their empty namespace and skip the second one, while the real import namespace should be inferred from the filename.
- Loading branch information