chore: fix lint issues (#534)

This commit is contained in:
Ayman Bagabas
2024-05-31 16:48:29 -04:00
committed by GitHub
parent 296fcf77fa
commit 11a9fccd58
7 changed files with 26 additions and 24 deletions
+4 -2
View File
@@ -17,8 +17,10 @@ import (
)
// Internal messages for clipboard operations.
type pasteMsg string
type pasteErrMsg struct{ error }
type (
pasteMsg string
pasteErrMsg struct{ error }
)
// EchoMode sets the input behavior of the text input field.
type EchoMode int