This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
claude
/
discordo-plus
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Return nil instead of error (always stat error if first startup [config file does not exist])
ayn2op
%!s(int64=3) %!d(string=hai) anos
pai
ea5c28ed0e
achega
e26a4626c5
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
internal/config/config.go
+ 1
- 1
internal/config/config.go
Ver ficheiro
@@ -76,5 +76,5 @@ func Load() error {
}
}
- return
err
+ return
nil
}