コード例 #1
0
ファイル: main.go プロジェクト: andrebq/exp
func (c *ClientConn) version(fc *plan9.Fcall) *plan9.Fcall {
	fc.Type = plan9.Rversion
	fc.Version = "9P2000"
	return fc
}