|
|
|
|
|
by packetlost
1036 days ago
|
|
Yeah, I agree. Passing in an optional `map[string]string` or something would be better, but then you get into having to either pass in `nil` every time you don't have the extra data or needing an entirely different function for with vs without the map |
|
It would definitely not be better from the point of view of
> We wanted slog to be fast.