Skip to content

v5.1.9

Choose a tag to compare

@github-actions github-actions released this 31 Dec 16:44
· 47 commits to master since this release

Release v5.1.9, add sprintf alias. See https://github.com/go-easygen/easygen/wiki/Tip:-Testing-the-templates-on-the-fly. I.e.,

$ easygen -ts '{{$n := sprintf "%s, %.2f" (clk2uc .Name) 12.3456}} {{$n}}' /tmp/var.yaml
 SomeInitMethod, 12.35

Changelog

  • 27690e8 - [#] version 5.1.9
  • f9ceb3f - [#] add wiki links to README
  • ab37565 - [#] rename readdatafile_test.go -> t_readdatafile_test.go
  • ed504a1 - [+] add coalesce example on variables
  • 60daafd - [+] add sprintf alias
  • 8488377 - [#] update README from .e.md
  • 32ae0e2 - [#] special treatment to README.beg.e.md
  • 9d14c7d Merge pull request #44 from go-easygen/all-contributors/add-romz-pl
  • 193de12 docs: update .all-contributorsrc [skip ci]
  • d7d46ff docs: update README.end.e.md [skip ci]
  • 46a1307 docs: update README.beg.e.md [skip ci]
  • 5c6ee40 docs: update README.md [skip ci]
  • 7b37177 Merge pull request #43 from go-easygen/all-contributors/add-ghost
  • 4895e58 docs: update .all-contributorsrc [skip ci]
  • b81bc59 docs: update README.end.e.md [skip ci]
  • 061ecc8 docs: update README.beg.e.md [skip ci]
  • 67e38b0 docs: update README.md [skip ci]
  • 8293d21 Merge pull request #42 from go-easygen/all-contributors/add-anthonyfok
  • bb31ff4 docs: update .all-contributorsrc [skip ci]
  • abaec79 docs: update README.end.e.md [skip ci]
  • 99110c2 docs: update README.beg.e.md [skip ci]
  • 3d732bc docs: update README.md [skip ci]
  • dce44fc Merge pull request #41 from go-easygen/all-contributors/add-sanjaymsh
  • 922fe67 docs: update .all-contributorsrc [skip ci]
  • d6bcc65 docs: update README.end.e.md [skip ci]
  • 29aab9a docs: update README.beg.e.md [skip ci]
  • 2401c91 docs: update README.md [skip ci]
  • c6459cb Merge pull request #40 from go-easygen/all-contributors/add-bruston
  • 784558e docs: update .all-contributorsrc [skip ci]
  • 85f7780 docs: update README.end.e.md [skip ci]
  • 4d9096b docs: update README.beg.e.md [skip ci]
  • 8d8d9c8 docs: update README.md [skip ci]
  • 7df8b30 Merge pull request #39 from go-easygen/all-contributors/add-grrtrr
  • 5af3c35 docs: update .all-contributorsrc [skip ci]
  • d635501 docs: update README.end.e.md [skip ci]
  • 5fc9463 docs: update README.beg.e.md [skip ci]
  • ec0d338 docs: update README.md [skip ci]
  • fb9776f Merge pull request #38 from go-easygen/all-contributors/add-grrtrr
  • a13171d docs: update .all-contributorsrc [skip ci]
  • 53d99de docs: update README.end.e.md [skip ci]
  • 756b1bb docs: update README.beg.e.md [skip ci]
  • c33fa8d docs: update README.md [skip ci]
  • f183221 - [#] update README from .e.md
  • a25867e - [+] add separated README
  • 389922a - [-] move most of docs to wiki