github.com/coveo/gotemplate@v2.7.7+incompatible/docs/doc_test/!Data (about)

     1  IntegerValue = 1
     2  FloatValue = 1.23
     3  StringValue = "Foo bar"
     4  EquationResult = @(2 + 2 * 3 ** 6)
     5  ListValue = ["value1", "value2"]
     6  DictValue = {"key1": "value1", "key2": "value2"}