From 5d0bba740b8c3f5619d5a39b724f4d59e99fe4b4 Mon Sep 17 00:00:00 2001 From: Franz Fangmeyer Date: Sat, 7 Sep 2019 12:14:28 +0200 Subject: Strikeout: use "S" as styleStr --- internal/example/example.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/example') diff --git a/internal/example/example.go b/internal/example/example.go index 05e4827..3365931 100644 --- a/internal/example/example.go +++ b/internal/example/example.go @@ -19,12 +19,11 @@ package example import ( "fmt" + "gofpdf" "os" "path/filepath" "strings" "time" - - "github.com/jung-kurt/gofpdf" ) var gofpdfDir string -- cgit v1.2.1-24-ge1ad