1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:44:41 -07:00
go/internal/lsp/testdata/good/good0.go

7 lines
121 B
Go
Raw Normal View History

package good //@diag("package", "", "")
func stuff() { //@item(good_stuff, "stuff()", "", "func")
x := 5
random2(x)
}