I0 interface #
type I0 interface {
error
}type I0 interface {
error
}This error declaration shadows the predeclared error type.
type error interface {
Error() string
}type S0 struct {
error
}type T0 struct {
ExportedField interface{...}
}Generated with Arrow