golang.org/x/tools@v0.21.1-0.20240520172518-788d39e776b1/refactor/eg/testdata/no_before.template (about)

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