fix: path
This commit is contained in:
parent
3c61d439e5
commit
1f614fadb9
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module gitter.top/xuthus5/goast
|
||||
module gitter.top/coco/goast
|
||||
|
||||
go 1.18
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
package goast
|
||||
package goast_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gitter.top/coco/goast"
|
||||
)
|
||||
|
||||
func TestParser_Parse(t *testing.T) {
|
||||
parser, err := NewParser("./example.go")
|
||||
parser, err := goast.NewParser("./testdata/main.go")
|
||||
assert.NoError(t, err)
|
||||
defines, err := parser.Parse()
|
||||
assert.NoError(t, err)
|
||||
|
0
example.go → testdata/main.go
vendored
0
example.go → testdata/main.go
vendored
Loading…
x
Reference in New Issue
Block a user