Using 'string' only to refer to text throughout the APIs #48
Labels
code cleanup
Improve the quiality of the code (refactor, other implementation etc.)
M
Medium T-Shirt size
Golang allows you to use the string data type to mean "arbitrary bytes", but we should not use it that way.
We should make sure we're only using string to refer to text throughout the APIs.
Mentioned here
The text was updated successfully, but these errors were encountered: