Changeset 152 in code for trunk/config/config.go


Ignore:
Timestamp:
Mar 24, 2024, 11:18:55 PM (15 months ago)
Author:
Izuru Yakumo
Message:

修理済み

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/config.go

    r149 r152  
    1818}
    1919
    20 func readConfig(file string) error {
     20func ReadConfig(file string) error {
    2121        cfg, err := ini.Load(file)
    2222        if err != nil {
Note: See TracChangeset for help on using the changeset viewer.