initial commit

This commit is contained in:
Greg Gauthier 2021-03-16 07:34:04 +00:00
commit 51b5d63eec
4 changed files with 14 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.idea/
build/
vendor/

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# GoStations
### console based radio station selector and player
#### Retrieves station data from radio-browser.info, and presents a menu of playable stations
This is a port of a Python script I wrote, called "radiostations"

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gostations
go 1.16

0
go.sum Normal file
View File