🚨 Lint fix

This commit is contained in:
makeworld 2021-02-27 23:55:26 -05:00
parent 4ecdede580
commit 769731036c
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
//nolint:lll
package structs
import "time"