Sign in
go
/
tools.git
/
d9b9452656b6061e51acbfb411087aaf7ca6d342
/
.
/
refactor
/
eg
/
testdata
/
J.template
blob: b3b1f1872ac304268e217d8c94bdf38a17fc621e [
file
] [
log
] [
blame
]
package
templates
import
()
func before
(
x
int
)
int
{
return
x
+
x
+
x
}
func after
(
x
int
)
int
{
temp
:=
x
+
x
return
temp
+
x
}