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 ddd6b52..5049aa6 100644
--- a/solutions/maps.go
+++ b/solutions/maps.go
@@ -9,7 +9,7 @@ package main
import (
"strings"
- "golang.org/x/tour/wc"
+ "github.com/Go-ID-community/go-tour-id/wc"
)
func WordCount(s string) map[string]int {