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
/
good
/
good_util.go
11 lines
97 B
Go
Raw
Blame
History
package
good
func
random
(
)
int
{
y
:=
6
+
7
return
y
}
func
random2
(
y
int
)
int
{
return
y
}
Reference in New Issue
View Git Blame
Copy Permalink