package helpers func StringPtr(s string) *string { return &s }