DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.25.0%2Bds-1 / refactor / eg / testdata / J.template
123456789
package templates import () func before(x int) int { return x + x + x } func after(x int) int { temp := x + x return temp + x }