package
0.0.0-20200416044943-d22e7c36ff52
Repository: https://github.com/albertwidi/go-project-example.git
Documentation: pkg.go.dev

# Functions

AnyToString convert type (int, int64, float32, float64, byte, and []bytes) to string BEWARE: do not use this function for a very spesific usecase.
Float64ToString return string form of float64.
Int64ToString return string form of int64.
StringToInt64 convert string to int64.