diff --git a/src/content/implementations/tus-go-client.json b/src/content/implementations/tus-go-client.json
new file mode 100644
index 00000000..6e497f0a
--- /dev/null
+++ b/src/content/implementations/tus-go-client.json
@@ -0,0 +1,15 @@
+{
+ "href": "https://github.com/tus/tus-go-client",
+ "authors": [
+ {
+ "name": "Igor Derkach",
+ "href": "https://github.com/bdragon300"
+ }
+ ],
+ "name": "tus-go-client",
+ "description": "Add tus v1.0.0 resumable file uploads to client app using Go.",
+ "license": "Apache License 2.0",
+ "type": "official",
+ "subtype": "client",
+ "icon": "prog-golang02"
+}