Home | History | Annotate | Download | only in go

Lines Matching refs:subdirectories

1079 "go test ./..." to test all subdirectories. See 'go help packages' for details
1276 patterns. As a special case, x/... matches x as well as x's subdirectories.
1277 For example, net/... expands to net and packages in its subdirectories.