From 769731036c03bfd5307b9796ec2e1dc48fad022f Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 27 Feb 2021 23:55:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Lint=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NOTES.md | 5 +++++ structs/structs.go | 1 + 2 files changed, 6 insertions(+) diff --git a/NOTES.md b/NOTES.md index c176421..a1e2e1a 100644 --- a/NOTES.md +++ b/NOTES.md @@ -11,3 +11,8 @@ - [WordWrap is broken in some cases](https://gitlab.com/tslocum/cview/-/issues/27#note_475438483) - close #156 if this is fixed - [Prevent panic when reformatting](https://gitlab.com/tslocum/cview/-/issues/50) - can't reliably reproduce or debug - [Unicode bullet symbol mask causes issues with PasswordInput](https://gitlab.com/tslocum/cview/-/issues/55) + + +## Upstream PRs +- [Add TextDimensions](https://gitlab.com/tslocum/cview/-/merge_requests/14) + - For #197 diff --git a/structs/structs.go b/structs/structs.go index c2d36d9..1f07aa9 100644 --- a/structs/structs.go +++ b/structs/structs.go @@ -1,3 +1,4 @@ +//nolint:lll package structs import "time"