add archival notice to README #3

Merged
aneurin merged 1 commits from archive-notice into main 2026-09-07 12:30:37 +00:00
Showing only changes of commit b233519407 - Show all commits
+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
Some handy functions for developing JSON-based REST APIs. In particular, it simplifies reading HTTP request bodies, writing HTTP response bodies, and handling errors.