mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-21 23:19:15 +03:00
🚨 Lint fix
This commit is contained in:
parent
4ecdede580
commit
769731036c
5
NOTES.md
5
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
|
- [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
|
- [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)
|
- [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
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
//nolint:lll
|
||||||
package structs
|
package structs
|
||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
Loading…
Reference in New Issue
Block a user