ztplzgo.at/ztpl

Imports of package ztpl

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.
text/template/parsePackage parse builds parse trees for templates as defined by text/template and html/template.
zgo.at/zstd/zruntimePackage zruntime provides utilities to interface with the Go runtime.
zgo.at/zstd/zslicePackage zslice implements generic functions for slices.
zgo.at/zstd/zstringPackage zstring implements functions for strings.
zgo.at/ztpl/internal
zgo.at/ztpl/tplfunc