this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

listests: use FullDisplayName in default format

+1 -1
+1 -1
listests/main.go
··· 113 113 } 114 114 115 115 if flagFormat == "" { 116 - flagFormat = "{{.FullName}}" 116 + flagFormat = "{{.FullDisplayName}}" 117 117 } 118 118 119 119 tmpl, err := template.New("format").Parse(flagFormat)