.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.1-0.20210319172145-bda8f5cee399 / refactor / eg / testdata / J1.golden
1 package I1
2
3 import "fmt"
4
5 func example() {
6         temp := 5
7         temp := temp + temp
8         fmt.Print(temp + temp)
9 }