[PR #231] [MERGED] Rename internal directory to private. #272

Closed
opened 2026-03-03 16:23:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/231
Author: @mum4k
Created: 4/10/2020
Status: Merged
Merged: 4/10/2020
Merged by: @mum4k

Base: develHead: rename-internal


📝 Commits (3)

  • 254ca7d Renamed 'internal' directory to 'private'.
  • 06eb762 Modifying imports 'internal' -> 'private'.
  • 69063e8 CHANGELOG entry for rename of 'internal'.

📊 Changes

124 files changed (+292 additions, -288 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 README.md (+1 -1)
📝 container/container.go (+3 -3)
📝 container/container_test.go (+7 -7)
📝 container/draw.go (+3 -3)
📝 container/draw_test.go (+5 -5)
📝 container/focus.go (+1 -1)
📝 container/focus_test.go (+3 -3)
📝 container/grid/grid_test.go (+6 -6)
📝 container/options.go (+1 -1)
📝 container/traversal_test.go (+1 -1)
📝 private/README.md (+0 -0)
📝 private/alignfor/alignfor.go (+2 -2)
📝 private/alignfor/alignfor_test.go (+0 -0)
📝 private/area/area.go (+1 -1)
📝 private/area/area_test.go (+0 -0)
📝 private/attrrange/attrrange.go (+0 -0)
📝 private/attrrange/attrrange_test.go (+0 -0)
📝 private/button/button.go (+0 -0)
📝 private/button/button_test.go (+0 -0)

...and 80 more files

📄 Description

Allows external widget development.

Fixes #230.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/231 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 4/10/2020 **Status:** ✅ Merged **Merged:** 4/10/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `rename-internal` --- ### 📝 Commits (3) - [`254ca7d`](https://github.com/mum4k/termdash/commit/254ca7d4605a86ca858a193244ade9278f71b3fc) Renamed 'internal' directory to 'private'. - [`06eb762`](https://github.com/mum4k/termdash/commit/06eb7623bd5d5cf4a1227eac4f958ebec69db608) Modifying imports 'internal' -> 'private'. - [`69063e8`](https://github.com/mum4k/termdash/commit/69063e8251cd615bed40cdfd543c2dc17d49ec00) CHANGELOG entry for rename of 'internal'. ### 📊 Changes **124 files changed** (+292 additions, -288 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `README.md` (+1 -1) 📝 `container/container.go` (+3 -3) 📝 `container/container_test.go` (+7 -7) 📝 `container/draw.go` (+3 -3) 📝 `container/draw_test.go` (+5 -5) 📝 `container/focus.go` (+1 -1) 📝 `container/focus_test.go` (+3 -3) 📝 `container/grid/grid_test.go` (+6 -6) 📝 `container/options.go` (+1 -1) 📝 `container/traversal_test.go` (+1 -1) 📝 `private/README.md` (+0 -0) 📝 `private/alignfor/alignfor.go` (+2 -2) 📝 `private/alignfor/alignfor_test.go` (+0 -0) 📝 `private/area/area.go` (+1 -1) 📝 `private/area/area_test.go` (+0 -0) 📝 `private/attrrange/attrrange.go` (+0 -0) 📝 `private/attrrange/attrrange_test.go` (+0 -0) 📝 `private/button/button.go` (+0 -0) 📝 `private/button/button_test.go` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Allows external widget development. Fixes #230. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#272
No description provided.