1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

tpl: Add godoc packages comments

Also fix package name in tpl/templates.
This commit is contained in:
Cameron Moore
2018-11-29 21:32:53 -06:00
committed by Bjørn Erik Pedersen
parent 8346848109
commit 30a7c9ea37
23 changed files with 29 additions and 3 deletions

View File

@@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package partials provides template functions for working with reusable
// templates.
package partials
import (