package
Version:
v0.0.0-...-aefa52a
Opens a new window with list of versions in this module.
Published: Apr 5, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package gotmpl provides abstractions around text/template to better generate
Go files.
Render renders the given template string with the given key-value pair.
S calls Render onto a string.
type M = map[string]interface{}
M describes a key-value map for a template render.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.