Upgraded the golang.org/x/tools package to allow reinforcer to run on projects with go1.19, i.e this fixes the package "errors" without types was imported from "context" error described in #99 , though I don't know if it actually supports generating reinforced code on generic types.
Upgraded the
golang.org/x/tools
package to allowreinforcer
to run on projects with go1.19, i.e this fixes thepackage "errors" without types was imported from "context"
error described in #99 , though I don't know if it actually supports generating reinforced code on generic types.