package filters func intPtr(i int) *int { return &i }