Error returns the formatted configuration error.
()
| 51 | |
| 52 | // Error returns the formatted configuration error. |
| 53 | func (e ConfigMarshalError) Error() string { |
| 54 | return fmt.Sprintf("While marshaling config: %s", e.err.Error()) |
| 55 | } |
| 56 | |
| 57 | var v *Viper |
| 58 |
no outgoing calls
no test coverage detected