From 0b97dbf8e83f8d1813a2c1d5620c39d503551bd2 Mon Sep 17 00:00:00 2001 From: "Fritz (Fredrick Seitz)" Date: Tue, 22 Oct 2024 20:16:37 -0400 Subject: [PATCH 1/2] Added go library link --- docs/LIBRARIES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/LIBRARIES.md b/docs/LIBRARIES.md index 85cdda78..84d35e62 100644 --- a/docs/LIBRARIES.md +++ b/docs/LIBRARIES.md @@ -5,3 +5,4 @@ If you've created a MailHog client library, open a pull request and add it! * [APIv2 library for NodeJS](https://github.com/blueimp/mailhog-node) * [APIv1/APIv2 library for PHP](https://github.com/rpkamp/mailhog-client) +* [APIv1/APIv2 library for Go](https://github.com/latebitflip-io/go-hog) From 789f377d823988b2eac04c8a0419c514baf1401b Mon Sep 17 00:00:00 2001 From: "Fritz (Fredrick Seitz)" Date: Fri, 15 Nov 2024 15:01:13 -0500 Subject: [PATCH 2/2] Update LIBRARIES.md --- docs/LIBRARIES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LIBRARIES.md b/docs/LIBRARIES.md index 84d35e62..3fe37030 100644 --- a/docs/LIBRARIES.md +++ b/docs/LIBRARIES.md @@ -5,4 +5,4 @@ If you've created a MailHog client library, open a pull request and add it! * [APIv2 library for NodeJS](https://github.com/blueimp/mailhog-node) * [APIv1/APIv2 library for PHP](https://github.com/rpkamp/mailhog-client) -* [APIv1/APIv2 library for Go](https://github.com/latebitflip-io/go-hog) +* [APIv1/APIv2 library for Go](https://github.com/latebit-io/go-hog)