This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 44a2a58 Add Go Client repo to docs (#541)
44a2a58 is described below
commit 44a2a58cf30d3ed1d6ca5ef10cc9605ea667a96f
Author: Ilia Lazebnik <[email protected]>
AuthorDate: Mon Jan 24 02:51:14 2022 +0200
Add Go Client repo to docs (#541)
---
landing-pages/site/content/en/docs/_index.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/landing-pages/site/content/en/docs/_index.md
b/landing-pages/site/content/en/docs/_index.md
index c982f89..357d299 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -195,3 +195,8 @@ Airflow has an official Helm Chart that will help you set
up your own Airflow on
Airflow releases official Python API client that can be used to easily
interact with Airflow REST API from Python code.
[See the client repository](https://github.com/apache/airflow-client-python)
+
+## [Go API Client](https://github.com/apache/airflow-client-go)
+
+Airflow releases official Go API client that can be used to easily interact
with Airflow REST API from Go code.
+[See the client repository](https://github.com/apache/airflow-client-go)