pause image: moves wincat binary location

Co-authored-by: Ben Moss <moss.127@gmail.com>
This commit is contained in:
Claudiu Belu
2020-09-04 19:17:49 +03:00
parent 82ac28cc52
commit fd1e1138d6
3 changed files with 5 additions and 5 deletions

View File

@@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// package wincat connects to the given host and port and redirects its stdin to the connection and
// package main connects to the given host and port and redirects its stdin to the connection and
// the connection's output to stdout. This is currently being used for port-forwarding for Windows Pods.
package wincat
package main
import (
"fmt"