fix: path

This commit is contained in:
2023-03-03 23:03:26 +08:00
parent 3c61d439e5
commit 1f614fadb9
3 changed files with 6 additions and 4 deletions

19
testdata/main.go vendored Normal file
View File

@@ -0,0 +1,19 @@
package goast
import (
_ "github.com/stretchr/testify"
)
var a = 1
const d = "world"
func hello() {
}
type c int
func (cc c) name() {
}