Exemplo n.º 1
0
Arquivo: main.go Projeto: andrebq/exp
func (c *ClientConn) version(fc *plan9.Fcall) *plan9.Fcall {
	fc.Type = plan9.Rversion
	fc.Version = "9P2000"
	return fc
}