Skip to content

Commit c265c35

Browse files
committed
fix platform compatibility
1 parent 525ae8d commit c265c35

File tree

3 files changed

+7
-32
lines changed

3 files changed

+7
-32
lines changed

php_linux.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

php_darwin.go renamed to php_unix.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// php2go functions
22

3+
// +build linux darwin
4+
35
package php2go
46

57
import (

php_windows.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// php2go functions
2+
3+
// +build windowns
4+
5+
package php2go

0 commit comments

Comments
 (0)