Go to file
Dean Sofer be0e4a22ab Added negative truncation to helper function
This allows you to grab a truncated portion of a string from the end.
2020-09-18 10:52:37 -07:00
template Added negative truncation to helper function 2020-09-18 10:52:37 -07:00
.drone.yml Use a simple standard drone config 2019-08-01 01:07:15 +02:00
.gitignore Simplify gitignore file 2019-08-01 01:07:06 +02:00
go.mod remove faketime dependency 2020-07-10 19:06:04 -04:00
go.sum remove faketime dependency 2020-07-10 19:06:04 -04:00
LICENSE Initial commit 2017-04-25 22:29:49 +02:00
README.md Migrated initial version 2018-03-30 01:04:58 +02:00

drone-template-lib

Build Status Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

A Go client library for creating templateable plugins.

Usage

Download the packe

go get -d github.com/drone/drone-template-lib

Import the package

import "github.com/drone/drone-template-lib/template"