From 316a528a8b2eb9016e36d3be2f6e04eb5eb673d5 Mon Sep 17 00:00:00 2001 From: Yash Kamothi Date: Wed, 27 Feb 2019 12:18:39 -0800 Subject: cleanup for pull request --- fpdf_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpdf_test.go') diff --git a/fpdf_test.go b/fpdf_test.go index 7d862fa..09f4d39 100644 --- a/fpdf_test.go +++ b/fpdf_test.go @@ -32,8 +32,8 @@ import ( "time" "github.com/jung-kurt/gofpdf" - "../gofpdf/internal/example" - "../gofpdf/internal/files" + "github.com/jung-kurt/gofpdf/internal/example" + "github.com/jung-kurt/gofpdf/internal/files" ) func init() { -- cgit v1.2.1-24-ge1ad