This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
claude
/
discordo-plus
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Return nil instead of error (always stat error if first startup [config file does not exist])
ayn2op
hace 3 años
padre
ea5c28ed0e
commit
e26a4626c5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
internal/config/config.go
+ 1
- 1
internal/config/config.go
Ver fichero
@@ -76,5 +76,5 @@ func Load() error {
}
}
- return
err
+ return
nil
}