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