diff options
author | Cameron Moore <[email protected]> | 2018-12-28 12:48:12 -0600 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-04-27 22:44:57 +0200 |
commit | 4f93f8c670b26258dc7e3a613c38dbc86d8eda76 (patch) | |
tree | f7d44dd25095c4d035c09f6c7ad144f3f8ce8b5a /tpl/reflect | |
parent | f76e50118b8b5dd8989d068db35222bfa0a242d8 (diff) | |
download | hugo-4f93f8c670b26258dc7e3a613c38dbc86d8eda76.tar.gz hugo-4f93f8c670b26258dc7e3a613c38dbc86d8eda76.zip |
tpl: Fix hugo package name and add godocs
Diffstat (limited to 'tpl/reflect')
-rw-r--r-- | tpl/reflect/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/reflect/init.go b/tpl/reflect/init.go index 4c639577b..6ff3f8093 100644 --- a/tpl/reflect/init.go +++ b/tpl/reflect/init.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package reflect provides template functions for run-time object reflection. package reflect import ( |