This website works better with JavaScript
Home
Explore
Help
Register
Sign In
claude
/
discordo-plus
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Return nil instead of error (always stat error if first startup [config file does not exist])
ayn2op
3 years ago
parent
ea5c28ed0e
commit
e26a4626c5
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
internal/config/config.go
+ 1
- 1
internal/config/config.go
View File
@@ -76,5 +76,5 @@ func Load() error {
}
}
- return
err
+ return
nil
}