...

Text file src/golang.org/x/tools/refactor/eg/testdata/no_before.template

Documentation: golang.org/x/tools/refactor/eg/testdata

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

View as plain text