Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2018-12-28 21:48:12 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-04-27 23:44:57 +0300
commit4f93f8c670b26258dc7e3a613c38dbc86d8eda76 (patch)
treef7d44dd25095c4d035c09f6c7ad144f3f8ce8b5a /tpl/reflect
parentf76e50118b8b5dd8989d068db35222bfa0a242d8 (diff)
tpl: Fix hugo package name and add godocs
Diffstat (limited to 'tpl/reflect')
-rw-r--r--tpl/reflect/init.go1
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 (