We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18e3c5 commit f7da420Copy full SHA for f7da420
main.go
@@ -21,7 +21,7 @@ func main() {
21
// Load the configuration
22
cfg, err := configuration.Load()
23
if err != nil {
24
- log.Fatal(fmt.Errorf("error loading configuration: %v", err))
+ log.Fatal(fmt.Errorf("configuration loading failed: %w", err))
25
}
26
27
// Initialize the db store
0 commit comments