aboutsummaryrefslogtreecommitdiff
path: root/client/input_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkg/client/input_test.go (renamed from client/input_test.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/input_test.go b/pkg/client/input_test.go
index fe8feeb..f74a097 100644
--- a/client/input_test.go
+++ b/pkg/client/input_test.go
@@ -2,7 +2,7 @@ package client
import (
"os"
- "shell-game-launcher/config"
+ "shell-game-launcher/pkg/config"
"testing"
)