Open shykes opened 1 month ago
Making it optional means that the standard way of calling it would now require an opts struct - given that's probably the general case, I think it makes more sense to optimize that case for simplicity.
(note, this would also be a breaking change)
Making it optional means that the standard way of calling it would now require an opts struct
Only in Go :)
(note, this would also be a breaking change)
Only in Go :)
Directory.glob()
should be callable without arguments. The intuitive default forpattern
is**
, which will match everything.