CURRENT PATH:
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
cgo
/
internal
/
testshared
/
testdata
/
dep2
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
dep2.go
package dep2 import "testshared/depBase" func init() { if !depBase.Initialized { panic("depBase not initialized") } } var W int = 1 var hasProg depBase.HasProg type Dep2 struct { depBase.Dep } func G() int { return depBase.F() + 1 }
SIMPAN
BATAL