segmentio / ksuid

K-Sortable Globally Unique IDs
https://segment.com/blog/a-brief-history-of-the-uuid/
MIT License
4.9k stars 173 forks source link

Use text/template for ksuid cmd #38

Closed tmthrgd closed 5 years ago

tmthrgd commented 5 years ago

html/template includes escaping which is inappropriate for this use.

Fixes #37