Browse Source

missing import

Rod Hynes 11 years ago
parent
commit
62e4272865
1 changed files with 1 additions and 0 deletions
  1. 1 0
      psiphon/obfuscatedSshConn.go

+ 1 - 0
psiphon/obfuscatedSshConn.go

@@ -22,6 +22,7 @@ package psiphon
 import (
 	"bytes"
 	"encoding/binary"
+	"errors"
 	"io"
 	"net"
 )