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 / H.template
1 package templates
2
3 import (
4         "go/ast" // defines many unencapsulated structs
5         "go/token"
6 )
7
8 func before(from, to token.Pos) ast.BadExpr { return ast.BadExpr{from, to} }
9 func after(from, to token.Pos) ast.BadExpr  { return ast.BadExpr{From: from, To: to} }