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/12/08 14:37:20 UTC

[GitHub] [trafficcontrol] asheikm commented on a change in pull request #6406: add go.mod and update README

asheikm commented on a change in pull request #6406:
URL: https://github.com/apache/trafficcontrol/pull/6406#discussion_r764922883



##########
File path: experimental/traffic_router_golang/go.mod
##########
@@ -0,0 +1,21 @@
+module traffic_router_golang

Review comment:
       > There is already a [`go.mod`](https://github.com/apache/trafficcontrol/blob/master/go.mod) file in the top-level directory. It's convenient to track Go dependencies for the whole project in one place, and if the experimental traffic_router_golang package had its own `go.mod`, the top-level `go.mod` would not track its dependencies.
   
   Do you know how to compile package level for example to compile traffic_router_golang , I tied using the top level go.mod to build the package, but failed to do.




-- 
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