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