> For the complete documentation index, see [llms.txt](https://docs.atom.codes/sprout/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atom.codes/sprout/registries/registryname.md).

# REGISTRYNAME

{% hint style="info" %}
You can easily import all the functions from the <mark style="color:yellow;">`REGISTRYNAME`</mark> registry by including the following import statement in your code

```go
import "github.com/go-sprout/sprout/registry/REGISTRYNAME"
```

{% endhint %}

### <mark style="color:purple;">FUNCTION\_NAME</mark>

FUNCTION\_DESCRIPTION

<table data-header-hidden><thead><tr><th width="174">Name</th><th>Value</th></tr></thead><tbody><tr><td>Signature</td><td><pre class="language-go"><code class="lang-go">FUNCTION_SIGNATURE
</code></pre></td></tr><tr><td>Must version</td><td><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr></tbody></table>

{% tabs %}
{% tab title="Template Example" %}

<pre class="language-go"><code class="lang-go"><strong>{{ FUNCTION_IMPLEM }} // Output: FUNCTION_OUTPUT
</strong></code></pre>

{% endtab %}
{% endtabs %}
