index
:
golang-1.21
debian
progress-linux
upstream
debian 12 backports: golang
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
fixedbugs
/
bug467.dir
/
p3.go
blob: c795646472fc0a460cb535868f3fa690d80ba8ec (
plain
)
1
2
3
4
5
6
7
package
main
import
"./p2"
func
main
()
{
_
=
p2
.
SockUnix
()
}