Getting Started
A quick start guide to understand and use Sprout in your project
Introduction
Installation
get -u github.com/go-sprout/sproutUsage
Creating a Handler
import "github.com/go-sprout/sprout"
handler := sprout.New()Customizing the Handler
Working with Registries
Using a built-in registry
Create your own registry
Adding a Registry to a Handler
Function Aliases
Adding Aliases
Using Aliases
Building Function Maps
Working with Templates
Conclusion
Last updated