February 2018
Intermediate to advanced
340 pages
9h 43m
English
To get the filtered file list which corresponds to the given pattern, the Glob function from the filepath package can be used. For the pattern syntax, see the documentation of the filepath.Match function (https://golang.org/pkg/path/filepath/#Match).
Note that the returning result of filepath.Glob is the slice of strings with matching paths.
Read now
Unlock full access