9 lines
108 B
Go
9 lines
108 B
Go
|
|
package sharethis
|
||
|
|
|
||
|
|
import "golang.org/x/crypto/ssh"
|
||
|
|
|
||
|
|
type NewChannel struct {
|
||
|
|
ssh.NewChannel
|
||
|
|
DoZip bool
|
||
|
|
}
|