package main // Helper function to create string pointer func ptr(s string) *string { return &s }