summaryrefslogtreecommitdiff
path: root/makefont
diff options
context:
space:
mode:
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"
)