Skip to content

Commit 24b4ebd

Browse files
committed
Fixes structlayout library import for github.com location
1 parent fec71ff commit 24b4ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structlayout-svg/structlayout-svg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"os"
1010

1111
"github.com/ajstarks/svgo"
12-
"honnef.co/go/structlayout"
12+
"github.com/dominikh/go-tools/structlayout"
1313
)
1414

1515
var title, bgcolor, scolor, pcolor string

0 commit comments

Comments
 (0)