You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/11/24 21:20:45 UTC

[GitHub] [trafficcontrol] ocket8888 commented on issue #4380: getting newer versions to appear on pkg.go.dev

ocket8888 commented on issue #4380:
URL: https://github.com/apache/trafficcontrol/issues/4380#issuecomment-978232723


   In the discussion to which jba kindly linked us, a proposal is linked for automating the package path updating associated with major version revs: https://github.com/golang/go/issues/32014. It's not done yet, but could possibly help. I still think 2500 lines of changes for simple version housekeeping on every release is far, far too much, and I'm not so much concerned with using my editor's find/replace function as I am with having to comb through those changes and ensure they were all intentional. Nevertheless, that tool would be an improvement over a manual update, and probably much less error-prone (although documentation e.g. in READMEs and comments would have to be done by hand, still, in all likelihood). Also we'd have cool imports like `github.com/apache/trafficcontrol/traffic_ops/v4-client/v8@v8.2.7` which has a confusing number of embedded versions. Though it may be _literally_ simple to know which version means what, that's still confusing for a human to look at.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org