aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/custom_http/main.go
diff options
context:
space:
mode:
Diffstat (limited to '_examples/custom_http/main.go')
-rw-r--r--_examples/custom_http/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/custom_http/main.go b/_examples/custom_http/main.go
index ee8b96b..f584da2 100644
--- a/_examples/custom_http/main.go
+++ b/_examples/custom_http/main.go
@@ -8,7 +8,7 @@ import (
"time"
"srcd.works/go-git.v4"
- . "srcd.works/go-git.v4/examples"
+ . "srcd.works/go-git.v4/_examples"
"srcd.works/go-git.v4/plumbing/transport/client"
githttp "srcd.works/go-git.v4/plumbing/transport/http"
"srcd.works/go-git.v4/storage/memory"