From 5f1caf209ad8d88560ad5b32570ab509c3c28a41 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 23 Feb 2025 18:37:35 -0500 Subject: [PATCH] Add additional resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aafce98..90267da 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ The `ratchetd` cmd binary uses Oauth so you will need to create a new Oauth App. ## Additional Resources +- [Unit / Integration Testing](https://dev.to/sha254/testing-rest-apis-in-go-a-guide-to-unit-and-integration-testing-with-gos-standard-testing-library-2o9l) - [Graceful Shutdown](https://dev.to/mokiat/proper-http-shutdown-in-go-3fji) - [Content Range Requests](https://web.archive.org/web/20230918195519/https://benramsey.com/blog/2008/05/206-partial-content-and-range-requests/) - [HTTP 204 and 205 Status Codes](https://web.archive.org/web/20230918193536/https://benramsey.com/blog/2008/05/http-status-204-no-content-and-205-reset-content/)