Skip to content

v0.29.1

Choose a tag to compare

@rhatdan rhatdan released this 03 Feb 14:52
Add compatible template functions

  "join":  strings.Join,
  "lower": strings.ToLower,
  "split": strings.Split,
  "title": strings.Title,
  "upper": strings.ToUpper,