PHP ยป GoLang |
login |
register |
about
|
globglob[code] func Glob(pattern string) ([]string, error) { return filepath.Glob(pattern) } [/code] |