Go to file
aditya-K2 0c107c3a72 All the File Browsing Related Functions and Structs are inside the FileBrowser.go file.
The Idea is to Implement a tree of sorts (At least for now) and then displaying the children of the current Node and traversing them.
2021-10-09 22:34:11 +05:30
client.go All the Client related activities are in client.go 2021-10-09 17:21:47 +05:30
fileBrowser.go All the File Browsing Related Functions and Structs are inside the FileBrowser.go file. 2021-10-09 22:34:11 +05:30
go.mod intial commit 2021-10-08 23:24:45 +05:30
go.sum intial commit 2021-10-08 23:24:45 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md Initial commit 2021-10-08 20:22:09 +05:30

goMP

MPD client inspired by ncmpcpp written in GO