1package template 2 3const shouldFail = "no 'before' func found in template" 4 5func Before() {}
View as plain text