fako1024/slimcap

Remove zap logging dependency in favor of log/slog

Closed this issue · 0 comments

Currently the project uses uber/zap for logging in the example code (the core code is unaffected since it has no logging facilities). To remove that external dependency everything should be migrate to log/slog (available since Go 1.21).