dangogh commented on a change in pull request #2948: Config compare
URL: https://github.com/apache/trafficcontrol/pull/2948#discussion_r227506219
##########
File path: traffic_ops/testing/compare/compare.go
##########
@@ -32,9 +32,12 @@ import (
"github.com/apache/trafficcontrol/lib/go-tc"
"github.com/kelseyhightower/envconfig"
+ "github.com/pborman/getopt/v2"
Review comment:
We're not using the long option processing anywhere else.. Isn't the
standard "flag" package sufficient?
If this is added, the source must be included in the `vendor` directory,
license info properly documented in `LICENSE` and the appropriate lines added
to `.dependency_license` and `.rat-excludes`. Is it worth doing that?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services