File tree 1 file changed +2
-8
lines changed 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -3033,14 +3033,8 @@ func TypeFor[T any]() Type {
3033
3033
}
3034
3034
3035
3035
// ifaceIndir reports whether t is stored indirectly in an interface value.
3036
- // This function is no longer called by the reflect package.
3037
- // Unfortunately, it is accessed using go:linkname by the popular
3038
- // github.com/goccy/go-json package.
3039
- // A bug has been filed to fix this upstream:
3040
- // https://github.com/goccy/go-json/issues/506
3041
- // Until that bug is fixed and the fix is distributed,
3042
- // keep this function available.
3043
- // With luck we can remove this in the 1.24 release.
3036
+ // This function is no longer called by the reflect package,
3037
+ // and https://go.dev/issue/67279 tracks its deletion.
3044
3038
func ifaceIndir (t * abi.Type ) bool {
3045
3039
return t .Kind_ & abi .KindDirectIface == 0
3046
3040
}
You can’t perform that action at this time.
0 commit comments