From 88046ca3f3c84f55c917f137e3ae03a902c79776 Mon Sep 17 00:00:00 2001 From: infinage <37257700+Infinage@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:43:55 +0530 Subject: [PATCH] Add golang solution for Pastebin --- Solutions/challenge-pastebin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Solutions/challenge-pastebin.md b/Solutions/challenge-pastebin.md index 30eb076e..630135c8 100644 --- a/Solutions/challenge-pastebin.md +++ b/Solutions/challenge-pastebin.md @@ -6,4 +6,5 @@ The shared solutions: | No. | Solution | Language | Author | |-----|----------|------------|--------| -| 1 | [Write your own Pastebin](https://github.com/malahor1610/PasteMeIn) | Java | [malahor1610](https://github.com/malahor1610) | \ No newline at end of file +| 1 | [Write your own Pastebin](https://github.com/malahor1610/PasteMeIn) | Java | [malahor1610](https://github.com/malahor1610) | +| 2 | [Write your own Pastebin](https://github.com/infinage/pastebin) | Go | [Naresh Jagadeesan](https://github.com/infinage) |