From 377629e707b3132c5fc456c8b3792bfc3368d8a9 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Fri, 13 Mar 2015 08:24:50 -0400 Subject: Adjust references to account for move from code.google.com to github --- ttfparser_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ttfparser_test.go') diff --git a/ttfparser_test.go b/ttfparser_test.go index 6b9b4c1..9f494a6 100644 --- a/ttfparser_test.go +++ b/ttfparser_test.go @@ -18,8 +18,8 @@ package gofpdf_test import ( "bytes" - "code.google.com/p/gofpdf" "fmt" + "github.com/jung-kurt/gofpdf" // "testing" ) -- cgit v1.2.1-24-ge1ad