Imports of template command

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gin-gonic/ginPackage gin implements a HTTP web framework called gin.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.