summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2022-09-25 10:32:07 -0400
committerDave Henderson <dhenderson@gmail.com>2022-09-25 10:56:26 -0400
commit7d9d3351ab165b3d9f6af767a707c33fbca5eb70 (patch)
tree400e0be0ca6d9e2308a3fc7cbf2cf1de0cd4aee3 /config.go
parent64a0269c2672c2d1a6984832cfd0a6ac1c0e725b (diff)
Fixing deprecation annotation syntax
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.go b/config.go
index e47e2df1..d996342c 100644
--- a/config.go
+++ b/config.go
@@ -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