PHP » GoLang
GoLang alternatives for PHP functions
login
|
register
|
about
scandir
Article History
At
User
Comment
Revert
2021-06-05 01:59:17
Endermanbugzjfc
Unlike scandir() in php, ioutil.ReadDir() in GoLang does not return "." (current directory) and ".." (parent directory).
Current revision
2021-06-05 01:58:28
Endermanbugzjfc
Unlike scandir() in php, ioutil.ReadDir() in GoLang does not return "." (current directory) and ".." (parent directory).