OpenGrok
Cross Reference: exe2.go
xref
: /
prebuilts
/
go
/
linux-x86
/
misc
/
cgo
/
testshared
/
src
/
exe2
/
exe2.go
Home
|
History
|
Annotate
|
Download
|
only in
exe2
1
package main
2
3
import "dep2"
4
5
func main() {
6
dep2.W
=
dep2.G
() + 1
7
}
8