diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-09-25 10:32:07 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2022-09-25 10:56:26 -0400 |
| commit | 7d9d3351ab165b3d9f6af767a707c33fbca5eb70 (patch) | |
| tree | 400e0be0ca6d9e2308a3fc7cbf2cf1de0cd4aee3 /config.go | |
| parent | 64a0269c2672c2d1a6984832cfd0a6ac1c0e725b (diff) | |
Fixing deprecation annotation syntax
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ 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 +// Deprecated: this type will be phased out, +// [github.com/hairyhenderson/gomplate/v3/internal/config.Config] is used // everywhere else, and will be exposed as API in a future version type Config struct { Input string |
