From e42ae34281d6497245d1efd3fadc169aee4774cd Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sun, 22 Oct 2017 20:07:36 -0700 Subject: [PATCH] Fixes structlayout library import for github.com location --- structlayout-svg/structlayout-svg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structlayout-svg/structlayout-svg.go b/structlayout-svg/structlayout-svg.go index 7f4fc5f..390211f 100644 --- a/structlayout-svg/structlayout-svg.go +++ b/structlayout-svg/structlayout-svg.go @@ -9,7 +9,7 @@ import ( "os" "github.com/ajstarks/svgo" - "honnef.co/go/structlayout" + "honnef.co/go/tools/structlayout" ) var title, bgcolor, scolor, pcolor string