adding godoc for NoFileToConvertError

This commit is contained in:
Julien Neuhart
2018-04-11 14:28:33 +02:00
parent 76f120d6f6
commit 158bc9b3ea

View File

@@ -19,6 +19,7 @@ type Converter struct {
workingDir string
}
// NoFileToConvertError is raided when a request has not file attached to it.
type NoFileToConvertError struct{}
const noFileToConvertErrorMessage = "No file to convert"