aboutsummaryrefslogtreecommitdiff
path: root/local.go
diff options
context:
space:
mode:
Diffstat (limited to 'local.go')
-rw-r--r--local.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/local.go b/local.go
index 1182100..1eaf757 100644
--- a/local.go
+++ b/local.go
@@ -24,13 +24,13 @@ import (
"golang.org/x/tools/playground/socket"
// Imports so that go build/install automatically installs them.
- _ "github.com/Go-ID-community/go-tour-id/pic"
- _ "github.com/Go-ID-community/go-tour-id/tree"
- _ "github.com/Go-ID-community/go-tour-id/wc"
+ _ "github.com/golang-id/tour/pic"
+ _ "github.com/golang-id/tour/tree"
+ _ "github.com/golang-id/tour/wc"
)
const (
- basePkg = "github.com/Go-ID-community/go-tour-id"
+ basePkg = "github.com/golang-id/tour"
socketPath = "/socket"
)