File size: 86 Bytes
bd21366
 
 
 
 
1
2
3
4
5
6
package p2

import "./p1"

func SockUnix() error { var s *p1.SockaddrUnix; return s }