Commit 0f00afa0 authored by Kyle Lemons's avatar Kyle Lemons

Label ShortList as an 'Output transform'

parent bed48108
......@@ -22,6 +22,7 @@ type Config struct {
IncludeUnexported bool // Include unexported fields in output
PrintStringers bool // Call String on a fmt.Stringer
// Output transforms
ShortList int // Maximum character length for short lists if nonzero.
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment