getting file information
If you need to discover basic information about the accessed file,
Go's standard library provides a way on how you can do this. This recipe shows how you can access this information.
Create the sample test.file with the content This is test file
Cre...
blog.cloudnativefolks.org1 min read