Music + golang = molang
Go to file
Donnie bddf9db44e Initial Commit 2021-02-04 15:57:39 -06:00
.gitignore Initial Commit 2021-02-04 15:57:39 -06:00
README.md Initial Commit 2021-02-04 15:57:39 -06:00
go.mod Initial Commit 2021-02-04 15:57:39 -06:00
go.sum Initial Commit 2021-02-04 15:57:39 -06:00
main.go Initial Commit 2021-02-04 15:57:39 -06:00

README.md

Music + Golang = Molang!

This is a music player that is written in (go)[https://golang.org/]

Building

run go build -o molang main.go and then you should have an executable. Have a file named song.ogg and then you can run ./molang -file song.ogg and you will hear the song!