index
:
golang-1.19
debian
progress-linux
upstream
debian 11 backports: golang
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc
/
cgo
/
testshared
/
testdata
/
exe3
/
exe3.go
blob: 533e3a9e3dd1c051659e681f8233b0885effce0d (
plain
)
1
2
3
4
5
6
7
package
main
import
"testshared/dep3"
func
main
()
{
dep3
.
D3
()
}