This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go
mirror of
https://github.com/golang/go.git
Watch
1
Star
0
Fork
You've already forked go
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7a8a58e8d
go
/
internal
/
lsp
/
testdata
/
diagnostics
/
bad
/
bad_util.go
7 lines
99 B
Go
Raw
Blame
History
package
bad
func
random2
(
y
int
)
int
{
x
:=
6
//@diag("x", "x declared but not used")
return
y
}
Reference in New Issue
View Git Blame
Copy Permalink