improving Godoc

This commit is contained in:
Julien Neuhart
2018-03-28 22:08:36 +02:00
parent d9a09dc795
commit 2f97a44bed
4 changed files with 45 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ type ConverterUnprocessableEntityError struct {
message string
}
// Error is the implementation of the function Error from the error interface.
// Error is the implementation of the Error function from the error interface.
func (e *ConverterUnprocessableEntityError) Error() string {
return e.message
}