fix: path
This commit is contained in:
19
testdata/main.go
vendored
Normal file
19
testdata/main.go
vendored
Normal 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() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user