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, "", " ")
home › develop › 3d336d6 › eaccb0c