Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat [Golang] [Package] Banner cli (#33)
* Feat [Golang] [Package] Banner cli - [+] feat(banner.go): add PrintBinaryBanner function to print a binary representation of a banner - [+] feat(banner.go): add PrintAnimatedBanner function to print a simple animated banner by scrolling the message * Docs [Golang] [Package] Banner cli - [+] chore(banner.go): update package comment and file path comment - [+] feat(banner.go): add comments to PrintBinaryBanner function - [+] feat(banner.go): add comments to PrintAnimatedBanner function * Feat [Golang] [Package] [Banner Cli] Typing Animated - [+] feat(banner.go): add PrintTypingBanner function to print a message with a typing animation effect * Refactor [Golang] [Package] Banner Cli - [+] refactor(banner.go): rename package from "banner" to "bannercli" * Feat [Golang] [Module] Main Command - [+] feat(main.go): add typing banner for "ChatGPT Session Exporter" with 100ms delay - [+] refactor(main.go): format error message before passing it to PrintTypingBanner * Docs [Golang] [Package] Banner cl - [+] chore(banner.go): rename package from "banner" to "bannercli" - [+] docs(banner.go): add example usage of PrintTypingBanner function * Docs [Golang] [Package] Banner CLI - [+] chore(banner.go): add copyright notice to PrintBinaryBanner, PrintAnimatedBanner, and PrintTypingBanner functions * Docs [Golang] [Package] [BannerCLI] Fix Typo - [+] chore(banner.go): fix package import path in file header * Docs [Golang] [Package] [BannerCLI] Add missing comment - [+] chore(banner.go): add missing comment for PrintTypingBanner function
- Loading branch information