Update Go package name
This commit is contained in:
parent
8d0b089620
commit
2a0e6068a4
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module git.kabelsalat.ch/seto/matemat/uncanny
|
module git.kabelsalat.ch/ccc-basel/matemat
|
||||||
|
|
||||||
go 1.11
|
go 1.11
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue