This website works better with JavaScript
Home
Explore
Help
Sign In
yosoyhendrix
/
psiphon-tunnel-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
missing import
Rod Hynes
11 years ago
parent
b9435d56a8
commit
62e4272865
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
psiphon/obfuscatedSshConn.go
+ 1
- 0
psiphon/obfuscatedSshConn.go
View File
@@ -22,6 +22,7 @@ package psiphon
import (
"bytes"
"encoding/binary"
+ "errors"
"io"
"net"
)