File size: 64 Bytes
bd21366
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package main

import "./p2"

func main() {
	_ = p2.SockUnix()
}