go-aah / aah

A secure, flexible, rapid Go web framework
https://aahframework.org
MIT License
690 stars 33 forks source link

Update bytes.Buffer to strings.Builder for string scenario's across #246

Closed jeevatkm closed 5 years ago

jeevatkm commented 5 years ago

The goal is to update the bytes.Buffer implementation to strings.Builder wherever string compose scenario applies. Perform across the framework.

jeevatkm commented 5 years ago

Its done 😄