diff -r 8dc05ff5dbe2 -r cd1296df76f1 gotak/gotak.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