I still don't understand how we're expected to write post-v1.x series go modules. The current go install behavior is confusing and the current documentation is quite sparse.
Ideally, v0 and v2 would behave identically in the go mod system. But I'd settle at least for clearer documentation.
I still don't understand how we're expected to write post-v1.x series go modules. The current
go installbehavior is confusing and the current documentation is quite sparse.Ideally, v0 and v2 would behave identically in the
go modsystem. But I'd settle at least for clearer documentation.