parseId converts the unusable githubv4.ID (an interface{}) into a string
(id githubv4.ID)
| 581 | |
| 582 | // parseId converts the unusable githubv4.ID (an interface{}) into a string |
| 583 | func parseId(id githubv4.ID) string { |
| 584 | return fmt.Sprintf("%v", id) |
| 585 | } |
no outgoing calls
no test coverage detected