aboutsummaryrefslogtreecommitdiff
path: root/solutions/maps.go
diff options
context:
space:
mode:
Diffstat (limited to 'solutions/maps.go')
-rw-r--r--solutions/maps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/maps.go b/solutions/maps.go
index 5049aa6..f2565a0 100644
--- a/solutions/maps.go
+++ b/solutions/maps.go
@@ -9,7 +9,7 @@ package main
import (
"strings"
- "github.com/Go-ID-community/go-tour-id/wc"
+ "github.com/golang-id/tour/wc"
)
func WordCount(s string) map[string]int {