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
path: root/tpl/lang
diff options
context:
space:
mode:
authorCameron Moore <moorereason@gmail.com>2018-11-30 06:32:53 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-11-30 10:56:30 +0300
commit30a7c9ea37a0f36451946f8688a3f807618a7eff (patch)
treec9e755a48d2e1daf0b3b2a41b9abece71436c32e /tpl/lang
parent8346848109ab57cb04de87c6d86859c6b3de8ffa (diff)
tpl: Add godoc packages comments
Also fix package name in tpl/templates.
Diffstat (limited to 'tpl/lang')
-rw-r--r--tpl/lang/lang.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/lang/lang.go b/tpl/lang/lang.go
index 4c011b1ce..9a9f467bb 100644
--- a/tpl/lang/lang.go
+++ b/tpl/lang/lang.go
@@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+// Package lang provides template functions for content internationalization.
package lang
import (