n10v / id3v2

🎵 ID3 decoding and encoding library for Go
https://pkg.go.dev/github.com/bogem/id3v2/v2
MIT License
334 stars 50 forks source link

Missing /v2 folder #67

Closed tillt closed 2 years ago

tillt commented 2 years ago

When trying to bump to v2.0.0, we see the following

github.com/bogem/id3v2: github.com/bogem/id3v2/v2@v2.0.0: go.mod has non-.../v2 module path "github.com/bogem/id3v2" (and .../v2/go.mod does not exist) at revision v2.0.0
n10v commented 2 years ago

Hi @tillt, thanks for noticing it and sorry for the delay. It should be fixed now. Please check :)