On Mon, Aug 7, 2017 at 5:05 PM, <bhperr...@gmail.com> wrote:

> An easy way around this is to just import the package with an underscore
> before it in your main file. I only had one test package I needed so this
> worked well for me.
>
> i.e _"github.com/some/thing"
>
> On Monday, August 6, 2012 at 12:15:30 AM UTC-5, Steven Degutis wrote:
>>
>> `go get` and `go get .` skip any dependencies that are in test files. Is
>> there something analogous to this command but takes into account test files?
>
>
go get -t foo/bar/...

should work.

-s

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to