packagerestructimport("github.com/go-restruct/restruct/expr")var(expressionsEnabled=falsestdLibResolver=expr.NewMapResolver(exprStdLib))// EnableExprBeta enables you to use restruct expr while it is still in beta.// Use at your own risk. Functionality may change in unforeseen, incompatible// ways at any time.funcEnableExprBeta(){expressionsEnabled=true}