summaryrefslogtreecommitdiff
path: root/makefont/makefont.go
diff options
context:
space:
mode:
Diffstat (limited to 'makefont/makefont.go')
-rw-r--r--makefont/makefont.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefont/makefont.go b/makefont/makefont.go
index 0541e27..d3ea19f 100644
--- a/makefont/makefont.go
+++ b/makefont/makefont.go
@@ -1,9 +1,9 @@
package main
import (
- "code.google.com/p/gofpdf"
"flag"
"fmt"
+ "github.com/jung-kurt/gofpdf"
"os"
)