[Golang] List the files in a directory with Go
Copy from: https://freshman.tech/snippets/go/list-files-in-dir/ The Go standard library provides several packages for working with files and directories. This article examines some of the ways you can fetch a list of all the files in a directory using stdlib methods. Let’s consider four ways to retrieve a list of files in a directory with Go. They’re all…
Read More “[Golang] List the files in a directory with Go” »