Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / refactor / eg / testdata / no_before.template
1 package template
2
3 const shouldFail = "no 'before' func found in template"
4
5 func Before() {}