aboutsummaryrefslogtreecommitdiffstats
path: root/_examples/custom_http
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-02-01 09:12:52 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2017-02-01 09:15:18 +0100
commit26095380851db820e95f46983109b4b846dadbba (patch)
treecbc70dca0585b3a5a696ba77f1209d1e552cdbc9 /_examples/custom_http
parenta6197bd8c459c7d10717bd9486c17f6c8b3f7f88 (diff)
downloadgo-git-26095380851db820e95f46983109b4b846dadbba.tar.gz
fix example folder
Diffstat (limited to '_examples/custom_http')
-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"