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 2018/09/06 18:31:20 UTC

[GitHub] dewrich commented on issue #2783: Fix Go struct versioning, remove duplicate code, use embedding, reconcile differences

dewrich commented on issue #2783: Fix Go struct versioning, remove duplicate code, use embedding, reconcile differences
URL: https://github.com/apache/trafficcontrol/pull/2783#issuecomment-419196637
 
 
   swaggerdocs structs no longer compile:
   
   ```rob05c/to-fix-version ᐅ gt
        | swaggerdocs/v13/asns.go:3:8: cannot find package "github.com/apache/trafficcontrol/lib/go-tc/v13" in any of:
        | 	/Users/dricha209/projects/go/src/github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/vendor/github.com/apache/trafficcontrol/lib/go-tc/v13 (vendor tree)
        | 	/Users/dricha209/projects/go/src/github.com/apache/trafficcontrol/traffic_ops/vendor/github.com/apache/trafficcontrol/lib/go-tc/v13
        | 	/Users/dricha209/projects/go/src/github.com/apache/trafficcontrol/vendor/github.com/apache/trafficcontrol/lib/go-tc/v13
        | 	/usr/local/Cellar/go@1.9/1.9.7/libexec/src/github.com/apache/trafficcontrol/lib/go-tc/v13 (from $GOROOT)
        | 	/Users/dricha209/projects/go/src/github.com/apache/trafficcontrol/lib/go-tc/v13 (from $GOPATH)
   
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services