fa6f802c8af5e45900e14c69bab3514b679309b4
[dotfiles/.git] / 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} }