Hi, is there any standard package that you guys use for parsing logic. (various int to float strign or int array to string array)?
Hello there, if you need to process strings to various types, then standard library has strconv package. To process slices you can write a simple wrapper based on functionality of this package.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.