timetable-extension #1
@ -3,7 +3,6 @@ package helpers
|
|||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
|
||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -74,7 +73,7 @@ func LoadConfig() (*Configuration, error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if data, err := ioutil.ReadFile(param.ConfFilePath); err == nil {
|
if data, err := os.ReadFile(param.ConfFilePath); err == nil {
|
||||||
config.setConfigValue(key, string(data))
|
config.setConfigValue(key, string(data))
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user