package
0.32.2
Repository: https://github.com/gopaytech/go-commons.git
Documentation: pkg.go.dev

# Functions

Bool is a helper routine that allocates a new bool value to store v and returns a pointer to it.
Int is a helper routine that allocates a new int32 value to store v and returns a pointer to it, but unlike Int32 its argument value is an int.
String is a helper routine that allocates a new string value to store v and returns a pointer to it.