From c9892835f4170760aeb26f8675e38fc427df0738 Mon Sep 17 00:00:00 2001 From: Gaius Date: Sun, 20 Oct 2024 01:26:23 +0800 Subject: [PATCH] feat: add dragonfly to golang projects (#1255) Signed-off-by: Gaius --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1de..0ed45bd 100644 --- a/data.json +++ b/data.json @@ -218,6 +218,15 @@ ], "description": "The Docker CLI" }, + { + "name": "Dragonfly", + "link": "https://github.com/dragonflyoss/Dragonfly2", + "label": "good-first-issue", + "technologies": [ + "Go" + ], + "description": "Provide efficient, stable and secure file distribution and image acceleration based on p2p technology" + }, { "name": "Helm", "link": "https://github.com/kubernetes/helm",