Is `$ go test github.com/foo/proj/...` 
<http://www.google.com/url?q=http%3A%2F%2Fgithub.com%2Ffoo%2Fproj%2F...&sa=D&sntz=1&usg=AFQjCNHoY89cdetVpQ6fJBo3bbJnNFJsmg>
 really 
supposed to work?

When I run it I get

warning: "github.com/foo/proj/..." matched no packages
no packages to test

But `cd src/github.com/foo/proj && go test ./...` does work as suggested.

> Use the `...` widlcard. Ex: `$ go test github.com/foo/proj/...` 
> <http://www.google.com/url?q=http%3A%2F%2Fgithub.com%2Ffoo%2Fproj%2F...&sa=D&sntz=1&usg=AFQjCNHoY89cdetVpQ6fJBo3bbJnNFJsmg>
>  
> or `go 
> > test ./...`. 
> > 
> > Reference here: 
> http://golang.org/cmd/go/#hdr-Description_of_package_lists 
>
> Nice! Part of "package lists", so also works for `go fmt`: 
>
>    go fmt ./... 
>
> -- 
> Sonia Hamilton 
> http://www.snowfrog.net 
>

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