gotak/pdf.go
changeset 11 cd1296df76f1
parent 10 8dc05ff5dbe2
child 15 eac7d78ff641
--- a/gotak/pdf.go	Sun Oct 16 12:20:29 2016 +0200
+++ b/gotak/pdf.go	Sun Oct 16 12:47:49 2016 +0200
@@ -10,7 +10,7 @@
 	"github.com/jung-kurt/gofpdf"
 	"github.com/pkg/errors"
 
-	"mikael/takuzu"
+	"hg.lilotux.net/golang/mikael/takuzu"
 )
 
 func tak2pdf(takuzu *takuzu.Takuzu, pdfFileName string) error {