From a9d180a8ad48bdc1b7dfc2378f766e3cc818674a Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Sat, 10 Feb 2018 13:38:40 -0800 Subject: [PATCH] Correct import path `dep init` chokes on this path, so better to update it to the new home for this repository on github. --- geos/examples.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geos/examples.go b/geos/examples.go index 593c1d9..fa7e29e 100644 --- a/geos/examples.go +++ b/geos/examples.go @@ -11,7 +11,7 @@ import ( "math" "os" - "code.google.com/p/draw2d/draw2d" + "github.com/llgcode/draw2d" "github.com/paulsmith/gogeos/geos" )