An web/API framework.
- For individual developers and small teams.
- Code first.
- Focus on code, instead of switching between schemas and code.
- Type safe.
- No casting from
any
.
- No casting from
- Support IDE completion.
- As small dependencies as possible.
httprouter
exp/slog
for logging- This may go to std in the future.
- testing
go-cmp
Examples to show the usage:
Requirement:
- Go >= 1.22
- Require generics.
errors.Is()
supportsinterface{ Unwrap() []error }
- With
GODEBUG=httpmuxgo121=0