lowercase all packages

pull/3/head
Minizbot2012 4 years ago
parent 3203a70b57
commit 395307c2cc
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

@ -5,7 +5,7 @@ import (
"log"
"os"
"github.com/Minizbot2012/orbbind/keys"
"github.com/minizbot2012/orbbind/keys"
)
//PKM format for altering the keymap

@ -3,7 +3,7 @@ package keys
import (
"encoding/json"
"github.com/Minizbot2012/orbbind/box"
"github.com/minizbot2012/orbbind/box"
)
//Key Codes Map

@ -7,9 +7,9 @@ import (
"fyne.io/fyne/app"
"fyne.io/fyne/dialog"
"fyne.io/fyne/widget"
"github.com/Minizbot2012/orbbind/keymap/orbweaver"
"github.com/Minizbot2012/orbbind/ui/mainpage"
sidepage "github.com/Minizbot2012/orbbind/ui/side"
"github.com/minizbot2012/orbbind/keymap/orbweaver"
"github.com/minizbot2012/orbbind/ui/mainpage"
sidepage "github.com/minizbot2012/orbbind/ui/side"
)
func main() {

@ -3,7 +3,7 @@ package baseui
import (
"fyne.io/fyne"
"fyne.io/fyne/widget"
"github.com/Minizbot2012/orbbind/keymap/orbweaver"
"github.com/minizbot2012/orbbind/keymap/orbweaver"
)
//BasicPage creates a very basic Page

@ -7,9 +7,9 @@ import (
"fyne.io/fyne/dialog"
"fyne.io/fyne/layout"
"fyne.io/fyne/widget"
"github.com/Minizbot2012/orbbind/keymap/orbweaver"
"github.com/Minizbot2012/orbbind/ui/baseui"
"github.com/Minizbot2012/orbbind/ui/bind"
"github.com/minizbot2012/orbbind/keymap/orbweaver"
"github.com/minizbot2012/orbbind/ui/baseui"
"github.com/minizbot2012/orbbind/ui/bind"
)
//Page is a basic page

@ -7,9 +7,9 @@ import (
"fyne.io/fyne/dialog"
"fyne.io/fyne/layout"
"fyne.io/fyne/widget"
"github.com/Minizbot2012/orbbind/keymap/orbweaver"
"github.com/Minizbot2012/orbbind/ui/baseui"
"github.com/Minizbot2012/orbbind/ui/bind"
"github.com/minizbot2012/orbbind/keymap/orbweaver"
"github.com/minizbot2012/orbbind/ui/baseui"
"github.com/minizbot2012/orbbind/ui/bind"
)
//Page Overweave side button configs

Loading…
Cancel
Save