Changeset 66 in code for trunk/cmd/mai/readconf.go
- Timestamp:
- Jan 21, 2024, 3:43:25 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmd/mai/readconf.go
r63 r66 11 11 return err 12 12 } 13 14 13 conf.group = cfg.Section("mai").Key("group").String() 15 14 conf.listen = cfg.Section("mai").Key("listen").String()
Note:
See TracChangeset
for help on using the changeset viewer.