FYI: There's been an ongoing need to refactor the Golang structs to an area of the code base that affect Traffic Monitor, Traffic Stats, Traffic Ops Client, and the Golang Proxy. We've moved all common structs to this area https://github.com/apache/incubator-trafficcontrol/tree/master/lib/go-tc and changed the client areas accordingly (so the Golang code all compiles).
We plan on doing extensive regression testing to ensure no breakage, but this change was only a refactor of the structs no logic changes. https://github.com/apache/incubator-trafficcontrol/pull/1367 -Dew
