Changeset 152 in code for trunk/config/config.go
- Timestamp:
- Mar 24, 2024, 11:18:55 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/config.go
r149 r152 18 18 } 19 19 20 func readConfig(file string) error {20 func ReadConfig(file string) error { 21 21 cfg, err := ini.Load(file) 22 22 if err != nil {
Note:
See TracChangeset
for help on using the changeset viewer.