diff options
| author | Jeff Carr <[email protected]> | 2025-09-10 14:56:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-10 14:56:48 -0500 |
| commit | 5f886d7c078049b01723db5c5b04b0bdf9437c9d (patch) | |
| tree | 5d04d5ea33dc4284f520238f36747b3d0100761e /load.go | |
| parent | c0a3642ed20451dff7670babc1c500ec5c847d51 (diff) | |
add Save()
Diffstat (limited to 'load.go')
| -rw-r--r-- | load.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ func ConfigLoad(pb proto.Message, argname string, protoname string) error { return ErrEmpty // file is empty } - // Unmarshal() + // Unmarshal() if err = prototext.Unmarshal(data, pb); err != nil { return err } |
