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,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package transform provides template functions for transforming content.
package transform
import (