[PR #186] [MERGED] Advancing to Go1.10. #242

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/186
Author: @mum4k
Created: 4/19/2019
Status: Merged
Merged: 4/19/2019
Merged by: @mum4k

Base: develHead: go1.10


📝 Commits (1)

📊 Changes

18 files changed (+47 additions, -110 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 CHANGELOG.md (+3 -0)
📝 internal/draw/text.go (+2 -2)
📝 internal/faketerm/diff.go (+2 -2)
📝 internal/faketerm/faketerm.go (+2 -2)
📝 internal/numbers/numbers.go (+3 -14)
📝 internal/numbers/numbers_test.go (+0 -55)
📝 internal/numbers/trig/trig.go (+2 -2)
📝 internal/segdisp/sixteen/attributes.go (+9 -9)
📝 internal/segdisp/sixteen/sixteen.go (+2 -2)
📝 internal/wrap/wrap.go (+3 -3)
📝 internal/wrap/wrap_test.go (+3 -3)
📝 widgets/donut/circle.go (+3 -3)
📝 widgets/donut/donut.go (+2 -2)
📝 widgets/gauge/gauge.go (+2 -2)
📝 widgets/linechart/internal/axes/scale.go (+4 -4)
📝 widgets/segmentdisplay/segmentdisplay.go (+2 -2)
📝 widgets/sparkline/sparks.go (+2 -2)

📄 Description

  • switching to math.Round and deleting out clone.
  • switching all bytes.Buffer instances to strings.Builder.

🔄 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/186 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 4/19/2019 **Status:** ✅ Merged **Merged:** 4/19/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `go1.10` --- ### 📝 Commits (1) - [`5dd1aff`](https://github.com/mum4k/termdash/commit/5dd1aff80374edd84b143fa48d04d0f5de7b8a3c) Advancing to Go1.10. ### 📊 Changes **18 files changed** (+47 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `CHANGELOG.md` (+3 -0) 📝 `internal/draw/text.go` (+2 -2) 📝 `internal/faketerm/diff.go` (+2 -2) 📝 `internal/faketerm/faketerm.go` (+2 -2) 📝 `internal/numbers/numbers.go` (+3 -14) 📝 `internal/numbers/numbers_test.go` (+0 -55) 📝 `internal/numbers/trig/trig.go` (+2 -2) 📝 `internal/segdisp/sixteen/attributes.go` (+9 -9) 📝 `internal/segdisp/sixteen/sixteen.go` (+2 -2) 📝 `internal/wrap/wrap.go` (+3 -3) 📝 `internal/wrap/wrap_test.go` (+3 -3) 📝 `widgets/donut/circle.go` (+3 -3) 📝 `widgets/donut/donut.go` (+2 -2) 📝 `widgets/gauge/gauge.go` (+2 -2) 📝 `widgets/linechart/internal/axes/scale.go` (+4 -4) 📝 `widgets/segmentdisplay/segmentdisplay.go` (+2 -2) 📝 `widgets/sparkline/sparks.go` (+2 -2) </details> ### 📄 Description - switching to math.Round and deleting out clone. - switching all bytes.Buffer instances to strings.Builder. --- <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:29 +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#242
No description provided.