Posted on 21st August 2025|102 views
How to convert struct pointer to interface?
Posted on 21st August 2025| views
Struct Pointer can be converted to Interface through the following code:
type foo struct1
[
}
Func1 bar1(baz interface{} )
{
}