Fix capitalization issues in import path (#244)
This commit is contained in:
committed by
GitHub
parent
bb05fcff6f
commit
cb47aef7e4
+2
-2
@@ -1,8 +1,8 @@
|
||||
package cameradar
|
||||
|
||||
import (
|
||||
"github.com/ullaakut/disgo/style"
|
||||
curl "github.com/ullaakut/go-curl"
|
||||
"github.com/Ullaakut/disgo/style"
|
||||
curl "github.com/Ullaakut/go-curl"
|
||||
)
|
||||
|
||||
// PrintStreams prints information on each stream.
|
||||
|
||||
Reference in New Issue
Block a user