Comcast / gots

MPEG Transport Stream handling in Go
Other
305 stars 88 forks source link

Add v2 dir #163

Closed LimitlessEarth closed 3 years ago

LimitlessEarth commented 3 years ago

Following https://go.dev/blog/v2-go-modules

The recommended strategy is to develop v2+ modules in a directory named after the major version suffix.

github.com/googleapis/gax-go @ master branch
/go.mod    → module github.com/googleapis/gax-go
/v2/go.mod → module github.com/googleapis/gax-go/v2

Which is quite irritating. Go is suggesting to copy the entire code base into a v2 dir to deal with go-modules.