Hello.
i love this "pretty" formatter!
thx for this.
i have a issue about struct printing.
Print type name of struct is helpful in certain situations i think.
using
sOpen := "struct ("+ val.Type().String() + ") {" beside sOpen := "struct {" instead of
sOpen := "struct {"
has any risk?
Thanks.
Hello.
i love this "pretty" formatter!
thx for this.
i have a issue about struct printing.
Print type name of struct is helpful in certain situations i think.
using
sOpen := "struct ("+ val.Type().String() + ") {"besidesOpen := "struct {"instead ofsOpen := "struct {"has any risk?
Thanks.