8000 Releases · abuabdillatief/catch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: abuabdillatief/catch

Enhancements on directory + nested object

01 Jan 07:48
Compare
Choose a tag to compare

This release enhances nested object + double file names on directory

Fix bugs on func DirectoryFormatter

21 Dec 16:08
Compare
Choose a tag to compare

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

25 Oct 02:30
Compare
Choose a tag to compare
  • Delete unnecessary prints
  • Add conditional logic upon func DirectoryFormatter
0