Commit Graph

2 Commits

Author SHA1 Message Date
Jhon Honce 89c438e1ea Add compatible template functions
"join":  strings.Join,
  "lower": strings.ToLower,
  "split": strings.Split,
  "title": strings.Title,
  "upper": strings.ToUpper,

Add and update tests to exercise these additions.
Update go doc with details of usage.

Fixes #8773
Closes https://bugzilla.redhat.com/show_bug.cgi?id=1915383

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2021-01-29 14:07:19 -07:00
Jhon Honce 6776ebb687 Consolidate reporting functions
From https://github.com/containers/podman/commit/ac8e6c99103e

  faith/camelcase has been archived and is no longer maintained.
  The package is sufficiently small and self-contained enough to
  maintain it in libpod.[sic]

Signed-off-by: Jhon Honce <jhonce@redhat.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-10-13 08:58:21 -07:00