]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/fsys: add Glob
authorRuss Cox <rsc@golang.org>
Fri, 23 Oct 2020 01:33:02 +0000 (21:33 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 27 Oct 2020 15:34:01 +0000 (15:34 +0000)
commit3c55aea67aa65c62016020d5907b481da010f7e0
treed20e7aa3456506778853bda250705931d7772f0b
parentece7a33386a4fbd2ff9859902f780ed82120b985
cmd/go/internal/fsys: add Glob

Glob is needed for //go:embed processing.

Also change TestReadDir to be deterministic
and print more output about failures.

Change-Id: Ie22a9c5b32bda753579ff98cec1d28e3244c4e06
Reviewed-on: https://go-review.googlesource.com/c/go/+/264538
Trust: Russ Cox <rsc@golang.org>
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/fsys/fsys.go
src/cmd/go/internal/fsys/fsys_test.go