Ad
  • Custom User Avatar

    Anyone reading this today should not use this method. strings.Builder will far outperform string concatenation. String concatenation will perform a new allocation on each iteration.