new preview image

This commit is contained in:
Mat Ryer 2017-07-07 15:43:29 +01:00
parent c9e7d899aa
commit 4a63da4c32
2 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ type {{.InterfaceName}}Mock struct {
// {{ .Name }} holds details about calls to the {{.Name}} method.
{{ .Name }} []struct {
{{- range .Params }}
// {{ .Name | Exported }} is the {{ .Name }} argument value.
{{ .Name | Exported }} {{ .Type }}
{{- end }}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 729 KiB