I am sure this is a simple question, but I stumble upon this all the time. I see others as well.
I see that some people create a for loop and go through a slice to create a string, is there an easier way to convert []string to string ?
Will sprintf do this?
string types string-concatenation go
user3888307
source share