dhowden / tag

ID3, MP4 and OGG/FLAC metadata parsing in Go
BSD 2-Clause "Simplified" License
568 stars 77 forks source link

How do you install this? #30

Closed shillshocked closed 6 years ago

shillshocked commented 6 years ago

I read the documentation and Go documentation and nothing is installing. :(

It would be useful to know how to install it. Or perhaps you could provide binary releases?

blimmo commented 6 years ago

go get github.com/dhowden/tag should be sufficient.

If it's used in a library go get will automatically install it when the library is installed

dhowden commented 6 years ago

Closing due to age.