1
0
Fork 0
forked from External/grumble

grumble: build fixes.

This commit is contained in:
Mikkel Krautz 2012-10-16 20:10:41 +02:00
parent bb74f0485b
commit 5a3b9cc76a
6 changed files with 1412 additions and 82 deletions

2
ssh.go
View file

@ -3,9 +3,9 @@ package main
import (
"bytes"
"code.google.com/p/go.crypto/ssh"
"code.google.com/p/go.crypto/ssh/terminal"
"crypto/rand"
"errors"
"exp/terminal"
"fmt"
"io"
"io/ioutil"