Skip to content

Commit 09bdb07

Browse files
authored
Remove unnecessary comments
1 parent 2cbf33e commit 09bdb07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,6 @@ func Bin2hex(str string) (string, error) {
13811381
i, err := strconv.ParseInt(str, 2, 0)
13821382
if err != nil {
13831383
// If input is not binary number
1384-
// Fix suggested at https://github.com/syyongx/php2go/issues/25 by https://github.com/tobychui
13851384
if err.(*strconv.NumError).Err == strconv.ErrSyntax {
13861385
byteArray := []byte(str)
13871386
var out string

0 commit comments

Comments
 (0)