Exemplo n.º 1
0
Arquivo: cmd.go Projeto: ushis/webmpc
func next(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Next()
}