Defaults provides our recommended stack of implementations for Mojito with focus on performance and ease of use.
ZeroLog • FastHTTP • Handlebars
To enable the Infinytum-recommended Stack, import this repository in your mainfile like this.
package main
import(
...
"github.com/go-mojito/mojito"
_ "github.com/go-mojito/defaults"
...
)