mirror of
https://github.com/golang/go
synced 2024-11-05 16:26:11 -07:00
8 lines
64 B
Go
8 lines
64 B
Go
|
package main
|
||
|
|
||
|
import "./p2"
|
||
|
|
||
|
func main() {
|
||
|
_ = p2.SockUnix()
|
||
|
}
|