You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
litter's output for circular data is not compilable, because p0 is undefined, and they have to guess the meaning of p0, but with gop user can jump to the definition of gop.Cyclic to read the doc.
litter is not able to print the nested value of struct{ test int32 }
litter doesn't use the shortest form to print the complex number
litter doesn't split the multiline text block
litter doesn't print the length of long string, map, and slice, etc
The text was updated successfully, but these errors were encountered:
litter
doesn't support colorized output, I created this issue 3 years ago on it, still unresolved: sanity-io/litter#27Let's use real data to compare them, below is the data to print:
litter
will output:gop
will output:litter
doesn't support colorized outputlitter
doesn't print readable[]byte
litter
is not able to print time datalitter
's output for circular data is not compilable, becausep0
is undefined, and they have to guess the meaning ofp0
, but withgop
user can jump to the definition ofgop.Cyclic
to read the doc.litter
is not able to print the nested value ofstruct{ test int32 }
litter
doesn't use the shortest form to print the complex numberlitter
doesn't split the multiline text blocklitter
doesn't print the length of long string, map, and slice, etcThe text was updated successfully, but these errors were encountered: