fixed typo

This commit is contained in:
Mat Ryer 2017-07-07 14:47:24 +01:00
parent 3c6751fed4
commit bc529fe78c

View File

@ -227,7 +227,7 @@ import (
{{- range .Imports }} {{- range .Imports }}
"{{.}}" "{{.}}"
{{- end }} {{- end }}
} )
{{ range $i, $obj := .Objects }} {{ range $i, $obj := .Objects }}
// {{.InterfaceName}}Mock is a mock implementation of {{.InterfaceName}}. // {{.InterfaceName}}Mock is a mock implementation of {{.InterfaceName}}.
// //