add archival notice to README

This repository is being archived. Point readers at the standard-library
or community package that replaces it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit was merged in pull request #3.
This commit is contained in:
2026-09-07 13:08:41 +01:00
co-authored by Claude Sonnet 5
parent d3e2b415e4
commit b233519407
+11
View File
@@ -1,3 +1,14 @@
> [!IMPORTANT]
> **This repository is archived and no longer maintained.**
>
> These are thin helpers over `net/http` and `encoding/json`.
>
> **Use instead:**
> - Standard library `net/http` + `encoding/json`.
> - [`github.com/go-chi/render`](https://github.com/go-chi/render) for request decoding and response/error rendering helpers.
---
# Go REST # Go REST
Some handy functions for developing JSON-based REST APIs. In particular, it simplifies reading HTTP request bodies, writing HTTP response bodies, and handling errors. Some handy functions for developing JSON-based REST APIs. In particular, it simplifies reading HTTP request bodies, writing HTTP response bodies, and handling errors.