Releases: abuabdillatief/catch
Releases · abuabdillatief/catch
Enhancements on directory + nested object
This release enhances nested object + double file names on directory
Fix bugs on func DirectoryFormatter
This release fixed bugs on previous release that are related to:
func DirectoryFormatter(..)
This func is used to print the current directory where file is located. Previously it assumed that the target file will always be location within /github directory, but it clearly is not true. For example if the code is hosted there won't be a /github directory for the most part. And of course many other reasons that someone don't locate their go code within /github directory on their local machine.
version 1.2.2
- Delete unnecessary prints
- Add conditional logic upon func DirectoryFormatter