Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/paologaleotti/blaze into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
paologaleotti committed Dec 9, 2024
2 parents f0fb068 + 62a8f81 commit e36638d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

Simple and minimal Go template for building fast, simple and mantainable web services and backend applications.

> [!IMPORTANT]
> While blaze is already used and working flawlessly in production, it's still evolving and may have breaking changes in the future.
You can find the **full documentation** with examples [here](https://github.com/paologaleotti/blaze/wiki).

A full REST API example using SQLite, sqlx and Prometheus metrics can be found [here](https://github.com/paologaleotti/blaze-api-example).
Expand All @@ -29,7 +26,7 @@ All utilities are implemented in the `httpx` and `util` package.
## Stack

- **chi**: HTTP router (std net/http compatible)
- **chi/middleware**: middleware and hooks
- **chi/middleware**: default middlewares and utils
- **validator/v10**: request body struct validation
- **zerolog**: Structured logging

Expand Down

0 comments on commit e36638d

Please sign in to comment.