This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
frankenphp
mirror of
https://github.com/dunglas/frankenphp
Watch
1
Star
0
Fork
0
Files
Browse Source
fix: missing build tag for fastabs
Kévin Dunglas
3 months ago
parent
2538849433
commit
0328d0600e
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
internal/fastabs/filepath_unix.go
+ 2
- 0
internal/fastabs/filepath_unix.go
View File
@@ -1,3 +1,5 @@
+//go:build unix
+
package fastabs
import (