alef-codegen 0.15.39

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
6
var (
{%- for const_name, msg in sentinels %}
	// {{ const_name }} is returned when {{ msg }}.
	{{ const_name }} = errors.New("{{ msg }}")
{%- endfor %}
)