github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/refactor/eg/testdata/no_before.template (about)

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