String returns the string representation of Platform
()
| 22 | |
| 23 | // String returns the string representation of Platform |
| 24 | func (p Platform) String() string { |
| 25 | return string(p) |
| 26 | } |
| 27 | |
| 28 | // NewPlayerID creates a PlayerID for the specified platform and ID |
| 29 | func NewPlayerID(platform Platform, id string) PlayerID { |
no outgoing calls
no test coverage detected