diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2020-05-21 21:59:33 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2020-05-21 21:59:33 -0400 |
| commit | d954aa2edae91009fcc0b0eea5e622958a8d8b67 (patch) | |
| tree | e373b2a70045db608777cfd2accae6a4c36ec77d /config.go | |
| parent | cea6c6ec234198ece9155077672193229d5093b7 (diff) | |
Deprecate legacy config struct
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ import ( // Config - values necessary for rendering templates with gomplate. // Mainly for use by the CLI +// +// Deprecated: this type will be phased out, internal/config.Config is used +// everywhere else, and will be exposed as API in a future version type Config struct { Input string InputFiles []string |
