From 2aa0741efa88e92372bfa49cf616efb501eefea0 Mon Sep 17 00:00:00 2001 From: Alan Novitskiy Date: Wed, 13 Nov 2024 16:48:29 -0800 Subject: [PATCH] add links for Go and PHP SDKs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba63769..75df7cc 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ The language specific SDKs are open source and published directly to GitHub, tog * [OneAgent SDK for C/C++](https://github.com/Dynatrace/OneAgent-SDK-for-C) * [OneAgent SDK for Python](https://github.com/Dynatrace/OneAgent-SDK-for-Python) * [OneAgent SDK for .NET](https://github.com/Dynatrace/OneAgent-SDK-for-dotnet) +* [OneAgent SDK for Go](https://github.com/Dynatrace/OneAgent-SDK-for-Go) +* [OneAgent SDK for PHP](https://github.com/Dynatrace/OneAgent-SDK-for-PHP) The [Java API contained in this repository](https://github.com/Dynatrace/OneAgent-SDK/blob/master/api) is for design reference only. The actual Java API is available in the [OneAgent SDK for Java](https://github.com/Dynatrace/OneAgent-SDK-for-Java).