Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle socket file detection on Windows
Update socket file detection logic to use os.Stat as per upstream Go fix for golang/go#33357. This resolves the issue where socket files could not be properly identified on Windows systems.
- Loading branch information