I wish Go has string interpolation 😮‍💨
Is there a variant of `fmt.Sprint` that doesn't add spaces between operands?
PS: I hate `fmt.Sprintf`
#go #golang
@drsensor does Go have a printf like function that can interpolate with the classic %s format?