diff --git a/php.go b/php.go index 6653a9f..1415a47 100644 --- a/php.go +++ b/php.go @@ -1561,7 +1561,6 @@ func IsReadable(filename string) bool { return false } syscall.Close(fd) - return true } @@ -1572,7 +1571,6 @@ func IsWriteable(filename string) bool { return false } syscall.Close(fd) - return true }