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