diff --git a/README.md b/README.md index d2e7e84..f72c440 100644 --- a/README.md +++ b/README.md @@ -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.