An golang kind of implementation of pyradio. To properly use this application you will need a Golang >= 1.13 and mplayer installed
$ goradio
$ goradio --help
Usage of goradio:
-d Debug mode (shows logger window)
-m string
MPlayer executable (default "mplayer")
-s string
Stations file path (default "~/.config/pyradio/stations.csv")
git clone https://github.com/robopuff/goradio
go get
- Use one of:
make run
- run an application without really building an executable (always in debug mode)make build
- build an application (saved into build/goradio)make install
- installs an application in go bin directory
No. Do wathever.