Merge pull request #17 from aditya-K2/pages

Significant Refactoring
This commit is contained in:
Aditya Kurdunkar 2021-12-24 15:50:41 +05:30 committed by GitHub
commit 9390fbf46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 425 additions and 331 deletions

View File

@ -1,8 +1,11 @@
package main package client
import ( import (
"errors" "errors"
"fmt" "fmt"
"github.com/fhs/gompd/mpd"
"strings" "strings"
"github.com/aditya-K2/gomp/utils" "github.com/aditya-K2/gomp/utils"