cloud-sql-proxy
cloud-sql-proxy copied to clipboard
Replace zap with log/slog
Feature Description
Now that structured logging has landed in the standard library, we can shed an external dependency and just use log/slog.
Sample code
// sample code here
Alternatives Considered
No response
Additional Details
No response