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:
Maurice Makaay 2019-05-21 15:05:37 +00:00
parent eca2adc9fa
commit 7474565179
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/mmakaay/go-parsekit module git.makaay.nl/mauricem/go-parsekit
go 1.12 go 1.12

View File

@ -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