Fix import error
This commit is contained in:
parent
59746711e1
commit
0ba611b36b
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -25,7 +25,7 @@ import (
|
||||||
|
|
||||||
terminal "github.com/wayneashleyberry/terminal-dimensions"
|
terminal "github.com/wayneashleyberry/terminal-dimensions"
|
||||||
|
|
||||||
InternalUtils "./internals/"
|
InternalUtils "./internals"
|
||||||
|
|
||||||
ESI "./client"
|
ESI "./client"
|
||||||
|
|
||||||
|
|
Reference in a new issue