package
0.0.0-20240912000334-72b4f51d4a83
Repository: https://github.com/sheikhrachel/workbench.git
Documentation: pkg.go.dev
# Functions
ConvertLargeStringNum is a nifty lil conversion function that parses string ints that would overwhelm int64 mem space, handling e notation and decimals, or lack thereof
ex.
RemoveDuplicateValues removes duplicate values from a string array
ex.
Uint8toString converts a uint8 array to a string array
ex.