diff --git a/package/moq/moq.go b/package/moq/moq.go index 76fadd0..9353abb 100644 --- a/package/moq/moq.go +++ b/package/moq/moq.go @@ -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 }} } diff --git a/preview.png b/preview.png index dfa54f7..54ae62e 100644 Binary files a/preview.png and b/preview.png differ