9fans.net/go@v0.0.5/plan9/client/conn_plan9.go (about) 1 package client 2 3 type Conn struct { 4 fd int 5 name string 6 }