score-spec / score-go

Reference library for parsing and loading Score files
Apache License 2.0
26 stars 6 forks source link

fixed: go module path for v1 #24

Closed astromechza closed 10 months ago

astromechza commented 10 months ago

This fixues up the go module path for v1. It turns out go modules only support the /vX suffix for version 2 and higher.

So for now we've tagged an explicit v0 tag and we'll keep the same module path as before but with tags > v1.