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

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
# Block executable # Block executable
diesel* qedit*

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/fivemoreminix/diesel module github.com/fivemoreminix/qedit
go 1.12 go 1.12

View File

@ -7,7 +7,7 @@ import (
"io/ioutil" "io/ioutil"
"os" "os"
"github.com/fivemoreminix/diesel/ui" "github.com/fivemoreminix/qedit/ui"
"github.com/gdamore/tcell/v2" "github.com/gdamore/tcell/v2"
) )

View File

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