webpush-go
webpush-go copied to clipboard
Concatenate strings directly instead of using fmt
This seems like a micro-optimization, but we are running this code in a tight loop and this saves 5 unnecessary allocations.