From fede32e07c9089da67dd5df3a61069bac021a6fe Mon Sep 17 00:00:00 2001 From: Keita Fujii Date: Tue, 28 Sep 2021 11:56:40 -0700 Subject: [PATCH] update doc --- www/docs/calldata.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/docs/calldata.md b/www/docs/calldata.md index 4a9d11d1..220a7b35 100644 --- a/www/docs/calldata.md +++ b/www/docs/calldata.md @@ -66,6 +66,7 @@ Generates a new random string for each incovation. Accepts a length parameter. I `func randomInt(min, max int) int` Generates a new non-negative pseudo-random number in range `[min, max)`. +You can also use [sprig functions](http://masterminds.github.io/sprig/) within a template. **Examples**