Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Docs [Golang] [Package] [BannerCLI] Fix Typo (#35)
Browse files Browse the repository at this point in the history
- [+] refactor(banner.go): rename banner package to bannercli package
- [+] docs(banner.go): update code comments to reflect the renamed package
  • Loading branch information
H0llyW00dzZ authored Dec 11, 2023
1 parent fe810c8 commit 9408599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bannercli/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
// // ... existing code ...
//
// // Display a binary banner
// banner.PrintTypingBanner("ChatGPT Session Exporter", 100*time.Millisecond)
// bannercli.PrintTypingBanner("ChatGPT Session Exporter", 100*time.Millisecond)
// // Optionally, display an typing animated banner
// banner.PrintAnimatedBanner("ChatGPT Session Exporter", 3, 200*time.Millisecond)
// bannercli.PrintAnimatedBanner("ChatGPT Session Exporter", 3, 200*time.Millisecond)
//
// // ... rest of your main function ...
// }
Expand Down

0 comments on commit 9408599

Please sign in to comment.