Branch: develop
- Author
- thewhodidthis <thewhodidthis@fastmail.com>
- Date
- Feb. 01 '23 10:42:29
- Commit
- eaccb0cd13c7f5496daf9c33fcf41ba745fcefa1
- Parent
- 3d336d6d1ffe5d002a2a6ae5151f42c7f30aca92
diff --git a/options.go b/options.go index 28f38d2..5a86d42 100644 --- a/options.go +++ b/options.go @@ -18,7 +18,7 @@ type options struct { Template string `json:"template"` }-// Helps store options into a JSON config file.+// Helps store options as JSON. func (o *options) save(p string) error { bs, err := json.MarshalIndent(o, "", " ")