slog
slog copied to clipboard
Add slog.Type to print type of something
Very useful in debugging.
so it'd be: slog.Type(v interface{}) -> slog.F("type", fmt.Sprintf("%T", v))