Trying to fix module paths (I have no idea what I'm doing :-) The idea is to make parsekit into a separate module in another repo.
This commit is contained in:
parent
eca2adc9fa
commit
7474565179
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module github.com/mmakaay/go-parsekit
|
module git.makaay.nl/mauricem/go-parsekit
|
||||||
|
|
||||||
go 1.12
|
go 1.12
|
||||||
|
|
|
@ -3,7 +3,7 @@ package parsekit_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
p "github.com/mmakaay/go-parsekit"
|
p "git.makaay.nl/mauricem/go-parsekit"
|
||||||
)
|
)
|
||||||
|
|
||||||
var c = p.C
|
var c = p.C
|
||||||
|
|
Loading…
Reference in New Issue