Skip to content

Commit 67943fe

Browse files
YouAlliotTech
authored andcommitted
fix: update build constraint for Unix platform
- Modified the build constraint in util_unix.go to correctly exclude Windows, ensuring proper compilation for Unix environments.
1 parent 7be6369 commit 67943fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/local/util_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !windowsAdd commentMore actions
1+
//go:build !windows
22

33
package local
44

0 commit comments

Comments
 (0)