Re: [go-nuts] Re: Best practices for file scoping

2020-05-25 Thread Davis Ford
ame exact situation. > > On Saturday, May 9, 2015 at 9:44:06 PM UTC-7, Davis Ford wrote: >> >> I know this is an ancient thread, but I thought I'd see if anyone has any >> clever tricks for getting around this with unit tests. >> >> I have a package that has a ha

[go-nuts] Re: mgo r2015.12.06 is out

2017-01-19 Thread Davis Ford
Just in case anyone else lands here, Mongo doesn't support mixed mode replica set with 2.6.x and 3.2.x -- I learned that the hard way, adding a new 3.2 member to the replica set to work on upgrading the nodes. I had to remove that node, and build all new 3.0 nodes; now I'm in the process of m

Re: [go-nuts] tool to print dependency graph of /vendor libs

2016-09-02 Thread Davis Ford
ate: main:1: unexpected "\\" in operand If you know a quick resolution to that, I'd love to get it working with digraph and graphviz, as well. On Fri, Sep 2, 2016 at 2:51 PM, Sam Whited wrote: > On Fri, Sep 2, 2016 at 1:20 PM, Davis Ford wrote: > > Does anyone know of a

[go-nuts] tool to print dependency graph of /vendor libs

2016-09-02 Thread Davis Ford
Hi, Does anyone know of a tool that can analyze dependencies and print a graph, specifically as it relates to golang vendor'd libraries. I'm using 1.7 and most tools don't seem to be able to produce results on a project that is using vendor'd dependencies. Tools I've tried: - https://git