(deploymentID string)
| 149 | } |
| 150 | |
| 151 | func buildScriptURL(deploymentID string) string { |
| 152 | return fmt.Sprintf("https://script.google.com/macros/s/%s/exec", deploymentID) |
| 153 | } |
| 154 | |
| 155 | func dedupeStrings(values []string) []string { |
| 156 | seen := make(map[string]struct{}, len(values)) |