From 0447d7edf7bf6b93e3a9a3ca7f4aa2aa64b47073 Mon Sep 17 00:00:00 2001 From: Nicolas Fillot Date: Mon, 16 Dec 2013 21:29:33 +0100 Subject: [PATCH] Change the repo for samples --- samples/edge.go | 2 +- samples/hellocv.go | 2 +- samples/inpaint.go | 2 +- samples/player.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/edge.go b/samples/edge.go index 707a9a9..2080670 100644 --- a/samples/edge.go +++ b/samples/edge.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() { diff --git a/samples/hellocv.go b/samples/hellocv.go index c68cd63..0b87e56 100644 --- a/samples/hellocv.go +++ b/samples/hellocv.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() { diff --git a/samples/inpaint.go b/samples/inpaint.go index 7f190b6..a6eac14 100644 --- a/samples/inpaint.go +++ b/samples/inpaint.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() { diff --git a/samples/player.go b/samples/player.go index d098caa..f81b183 100644 --- a/samples/player.go +++ b/samples/player.go @@ -8,7 +8,7 @@ import ( "fmt" "os" - "code.google.com/p/go-opencv/opencv" + "github.com/lazywei/go-opencv" ) func main() {