1.16 introduces a retract directive. The new directive is not mentioned in the Go Modules Reference. The CL adding the doc will need to be merged before the 1.16 release (currently has a merge conflict).
In 1.16, go install will accepts arguments with version suffixes (go install pkg@version). The CL adding the relevant doc will need to be merged before the 1.16 release (currently has a merge conflict, and unresolved comments).
Filing an issue just to be sure this is on someone's radar.
cc @dmitshur @bcmills
1.16 introduces a
retractdirective. The new directive is not mentioned in the Go Modules Reference. The CL adding the doc will need to be merged before the 1.16 release (currently has a merge conflict).In 1.16, go install will accepts arguments with version suffixes (
go install pkg@version). The CL adding the relevant doc will need to be merged before the 1.16 release (currently has a merge conflict, and unresolved comments).Filing an issue just to be sure this is on someone's radar.
cc @dmitshur @bcmills