github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/refactor/eg/testdata/no_before.template (about)

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