blob: 4b74933583333060e4e818cc57b40a20e50e614c [file] [log] [blame] [edit]
package subdir
import (
"github.com/tidwall/gjson"
)
func Foo() {
gjson.Result{}.Get("")
}