6 lines
88 B
Go
6 lines
88 B
Go
|
package commands
|
||
|
|
||
|
func (c *Commander) Play() error {
|
||
|
return c.Client.Play(c.Context)
|
||
|
}
|