diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-03-12 18:56:47 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-03-12 19:09:55 -0400 |
| commit | af399ab4a6d9e4f5244f392cd26d155c80b63119 (patch) | |
| tree | b4211d54e91453dea1adc77b2cd824da0ff71298 /conv | |
| parent | bc53d8d86d9d144bcb90795a536bcfe71a604434 (diff) | |
Bump to v4 module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'conv')
| -rw-r--r-- | conv/conv.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conv/conv.go b/conv/conv.go index 39e69c59..4ea06695 100644 --- a/conv/conv.go +++ b/conv/conv.go @@ -8,7 +8,7 @@ import ( "strconv" "strings" - iconv "github.com/hairyhenderson/gomplate/v3/internal/conv" + iconv "github.com/hairyhenderson/gomplate/v4/internal/conv" ) // Bool converts a string to a boolean value, using strconv.ParseBool under the covers. @@ -68,7 +68,7 @@ func ToBools(in ...interface{}) []bool { // Slice creates a slice from a bunch of arguments // -// Deprecated: use [github.com/hairyhenderson/gomplate/v3/coll.Slice] instead +// Deprecated: use [github.com/hairyhenderson/gomplate/v4/coll.Slice] instead func Slice(args ...interface{}) []interface{} { return args } |
