Fix capitalization issues in import path (#244)

This commit is contained in:
Brendan Le Glaunec
2019-11-11 20:17:39 +01:00
committed by GitHub
parent bb05fcff6f
commit cb47aef7e4
19 changed files with 47 additions and 46 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ import (
"strings"
"sync"
"github.com/ullaakut/disgo/style"
"github.com/Ullaakut/disgo/style"
"github.com/PuerkitoBio/goquery"
"github.com/ullaakut/disgo"
"github.com/Ullaakut/disgo"
"github.com/vbauerster/mpb"
"github.com/vbauerster/mpb/decor"
)