Update Go package name

This commit is contained in:
Gregor Riepl 2021-02-10 00:30:15 +01:00
parent 8d0b089620
commit 2a0e6068a4
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ package main
import ( import (
"flag" "flag"
"git.kabelsalat.ch/seto/matemat/uncanny" "git.kabelsalat.ch/ccc-basel/matemat"
"log" "log"
"sync" "sync"
) )

View file

@ -1,4 +1,4 @@
module git.kabelsalat.ch/seto/matemat/uncanny module git.kabelsalat.ch/ccc-basel/matemat
go 1.11 go 1.11