diff options
Diffstat (limited to 'tools/interop_matrix/client_matrix.py')
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 906f690d98..83d75ec0eb 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -18,6 +18,7 @@ def get_github_repo(lang): return { + 'dart': 'https://github.com/grpc/grpc-dart.git', 'go': 'https://github.com/grpc/grpc-go.git', 'java': 'https://github.com/grpc/grpc-java.git', 'node': 'https://github.com/grpc/grpc-node.git', |