mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #231] [MERGED] Rename internal directory to private. #272
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
devel← Head:rename-internal📝 Commits (3)
254ca7dRenamed 'internal' directory to 'private'.06eb762Modifying imports 'internal' -> 'private'.69063e8CHANGELOG 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.