diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/termbox_confirmmodal.go b/termbox_confirmmodal.go old mode 100644 new mode 100755 diff --git a/termbox_inputfield.go b/termbox_inputfield.go old mode 100644 new mode 100755 diff --git a/termbox_inputmodal.go b/termbox_inputmodal.go old mode 100644 new mode 100755 diff --git a/termbox_util.go b/termbox_util.go old mode 100644 new mode 100755 index 0041990..8536ab0 --- a/termbox_util.go +++ b/termbox_util.go @@ -2,8 +2,9 @@ package termbox_util import ( "fmt" - "github.com/nsf/termbox-go" "strings" + + "github.com/nsf/termbox-go" ) type TextAlignment int @@ -64,4 +65,4 @@ func AlignText(txt string, width int, align TextAlignment) string { } } -/* More advanced things are in their respective files*/ +/* More advanced things are in their respective files */