pkkummermo / govalin

A simple way of creating efficient HTTP APIs in golang using conventions over configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use slog instead of zap

pkkummermo opened this issue · comments

While convenient, it's an external dep that could be removed by using golangs 1.21 slog-feature. Test and see if it covers our use case.