Addressed comments from the previous PR (#29), implementing suggested changes.
Fixed make test command in Makefile.
Improved the stat request to facilitate retrieval of directory information, in line with the behavior of Stat() in Golang, which handles both files and directories. This enhancement aims to improve usability.
Enhanced error handling: removed some instances of log.Fatal to prevent panic programs. Now, users will receive detailed error codes for more effective troubleshooting."
Key updates in this Pull Request include:
Addressed comments from the previous PR (#29), implementing suggested changes.
Fixed
make test
command in Makefile.Improved the stat request to facilitate retrieval of directory information, in line with the behavior of Stat() in Golang, which handles both files and directories. This enhancement aims to improve usability.
Enhanced error handling: removed some instances of
log.Fatal
to prevent panic programs. Now, users will receive detailed error codes for more effective troubleshooting."