Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

github.com/go-task/template

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/go-task/template

Source
Go Modules
Version
v0.2.0
Version published
Created
Source

go-task/template

This is a forked version of Golang's standard text/template package. It is designed to be a drop-in replacement for the original package with some additional features.

Features

  • Template.Resolve - This method will return a value from the given dataset by using Go's templating syntax. It supports any template consisting of a single ActionNode. This includes the use of dot notation and templating functions. This solves a limitation of the public API of the original package which meant that it was only ever possible to return a string representation of a value from a template.

FAQs

Package last updated on 03 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts