[PR #350] [MERGED] Format files with gofmt from Golang 1.20. #347

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/350
Author: @mum4k
Created: 2/8/2023
Status: Merged
Merged: 2/8/2023
Merged by: @mum4k

Base: develHead: format_files


📝 Commits (2)

  • 94d07ae Format files with gofmt from Golang 1.20.
  • 493ffcf Merge branch 'devel' into format_files

📊 Changes

12 files changed (+104 additions, -77 deletions)

View changed files

📝 container/grid/grid.go (+23 -12)
📝 private/canvas/braille/braille.go (+7 -7)
📝 private/draw/vertical_text.go (+6 -5)
📝 private/numbers/trig/trig.go (+10 -7)
📝 private/segdisp/dotseg/dotseg.go (+13 -13)
📝 private/segdisp/segment/segment.go (+7 -6)
📝 private/segdisp/sixteen/sixteen.go (+15 -15)
📝 termdashdemo/termdashdemo.go (+8 -4)
📝 widgets/linechart/internal/axes/scale.go (+4 -3)
📝 widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go (+4 -2)
📝 widgets/text/text.go (+3 -1)
📝 widgets/textinput/textinputdemo/textinputdemo.go (+4 -2)

📄 Description

No description provided


🔄 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/350 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 2/8/2023 **Status:** ✅ Merged **Merged:** 2/8/2023 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `format_files` --- ### 📝 Commits (2) - [`94d07ae`](https://github.com/mum4k/termdash/commit/94d07aea18a9e95a73fc166246602db8143d5d92) Format files with gofmt from Golang 1.20. - [`493ffcf`](https://github.com/mum4k/termdash/commit/493ffcf1af4bbb607ebb7f0038edb5a47df050e0) Merge branch 'devel' into format_files ### 📊 Changes **12 files changed** (+104 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `container/grid/grid.go` (+23 -12) 📝 `private/canvas/braille/braille.go` (+7 -7) 📝 `private/draw/vertical_text.go` (+6 -5) 📝 `private/numbers/trig/trig.go` (+10 -7) 📝 `private/segdisp/dotseg/dotseg.go` (+13 -13) 📝 `private/segdisp/segment/segment.go` (+7 -6) 📝 `private/segdisp/sixteen/sixteen.go` (+15 -15) 📝 `termdashdemo/termdashdemo.go` (+8 -4) 📝 `widgets/linechart/internal/axes/scale.go` (+4 -3) 📝 `widgets/segmentdisplay/segmentdisplaydemo/segmentdisplaydemo.go` (+4 -2) 📝 `widgets/text/text.go` (+3 -1) 📝 `widgets/textinput/textinputdemo/textinputdemo.go` (+4 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:24:00 +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#347
No description provided.