Switch to public repositories
authorMikael Berthe <mikael@lilotux.net>
Sun, 16 Oct 2016 12:47:49 +0200
changeset 11 cd1296df76f1
parent 10 8dc05ff5dbe2
child 12 37fd81bab065
Switch to public repositories
gotak/gotak.go
gotak/pdf.go
--- a/gotak/gotak.go	Sun Oct 16 12:20:29 2016 +0200
+++ b/gotak/gotak.go	Sun Oct 16 12:47:49 2016 +0200
@@ -2,6 +2,8 @@
 // Use of this source code is governed by the MIT license,
 // which can be found in the LICENSE file.
 
+// gotak is a CLI wrapper for the takuzu package.
+
 package main
 
 import (
@@ -12,7 +14,7 @@
 
 	flag "github.com/docker/docker/pkg/mflag"
 
-	"mikael/takuzu"
+	"hg.lilotux.net/golang/mikael/takuzu"
 )
 
 var verbosity int
--- 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 {