1 package statements 2 3 import "github.com/noirbizarre/gonja/exec" 4 5 // All holds all builtins statements for easier registeration 6 var All = exec.StatementSet{} 7
View as plain text