blob: 640f7269a043c1e075b31893afb21ff849d68cfa [file] [log] [blame]
-- go.mod --
module example.com
go 1.18
-- template/template.go --
package template
const shouldFail = "no 'before' func found in template"
func Before() {}