ztplzgo.at/ztpl/tplfunc

Imports of package tplfunc

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
mathPackage math provides basic constants and mathematical functions.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.
timePackage time provides functionality for measuring and displaying time.
zgo.at/zstd/zstringPackage zstring implements functions for strings.
zgo.at/zstd/ztimePackage ztime implements functions for date and time.