package
1.8.0
Repository: https://github.com/onepanelio/scotch.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Converts a string to pointer form.Helper function to avoidmyValue := "myValue"someField = &myValue.Can now do: someField = ptr.String("myValue").
No description provided by the author