summaryrefslogtreecommitdiff
path: root/makefont
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-02 17:32:59 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-02 17:32:59 -0400
commit56292387ca13034c16f826a707d63a5402aa6f0d (patch)
tree952b3f08c3a9522a7b547be9cc73e840ab67fbfe /makefont
parent28ba4f2d4569e272c73eae22b65520b7d40d4d60 (diff)
Qualify gofpdf package name
Diffstat (limited to 'makefont')
-rw-r--r--makefont/makefont.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefont/makefont.go b/makefont/makefont.go
index 159db5b..0541e27 100644
--- a/makefont/makefont.go
+++ b/makefont/makefont.go
@@ -1,9 +1,9 @@
package main
import (
+ "code.google.com/p/gofpdf"
"flag"
"fmt"
- "gofpdf"
"os"
)