Renamed diesel to qedit

This commit is contained in:
Luke I. Wilson
2021-03-24 18:37:12 -05:00
parent d47e407063
commit 8d532fd9b7
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ import (
"strings"
"unicode/utf8"
"github.com/fivemoreminix/diesel/ui/buffer"
"github.com/fivemoreminix/qedit/ui/buffer"
"github.com/gdamore/tcell/v2"
)