diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-25 21:58:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-25 21:58:36 +0200 |
| commit | 9ee6293b175710e7cf1ff5bc9a6dc555ddaf559f (patch) | |
| tree | 34da64728c21c195147969eda153774db6455d62 /cmd | |
| parent | 25b2728a6499b427e201fb80d8a70e65909645e0 (diff) | |
code-quality: Various improvements to code quality and thread safety
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gt/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gt/main.go b/cmd/gt/main.go index 5ace4c5..15372d8 100644 --- a/cmd/gt/main.go +++ b/cmd/gt/main.go @@ -39,7 +39,7 @@ // // The package uses a layered architecture: // - main.go: Entry point and command routing -// - calculator/: Handles percentage calculation parsing +// - perc/: Handles percentage calculation parsing // - rpn/: Handles RPN expression parsing and evaluation // - repl/: Provides interactive Read-Eval-Print Loop mode // |
