summaryrefslogtreecommitdiff
path: root/ttfparser_test.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-03-13 08:24:50 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-03-13 08:24:50 -0400
commit377629e707b3132c5fc456c8b3792bfc3368d8a9 (patch)
tree174ef7ddbfbe42c79597165852847ea61f9fb70b /ttfparser_test.go
parent5f8ef3772bf9215f5cd2bc82ab922497e27b58c4 (diff)
Adjust references to account for move from code.google.com to github
Diffstat (limited to 'ttfparser_test.go')
-rw-r--r--ttfparser_test.go2
1 files changed, 1 insertions, 1 deletions
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"
)