// Copyright (c) 2016 Florian Fischer. All rights reserved. // Use of this source code is governed by a MIT license found in the LICENSE file. package net type Client struct { Port string } func (ui *Client) Run() { println("Not Implemented") }