Reliable parse package

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.