(id string)
| 544 | } |
| 545 | |
| 546 | func FormatProject(id string) string { |
| 547 | return fmt.Sprintf("%s%s", ProjectNamePrefix, id) |
| 548 | } |
| 549 | |
| 550 | func FormatUserEmail(email string) string { |
| 551 | return fmt.Sprintf("%s%s", UserNamePrefix, email) |
no outgoing calls
no test coverage detected