Concatenating a string with writer

Besides the built-in + operator, there are more ways to concatenate the string.  This recipe will describe the more performant way of concatenating strings with the bytes package and the built-in copy function.