Skip to content

Commit b467eba

Browse files
committed
fix(ci): исправлены ошибки компиляции на Windows
1 parent c0cecfa commit b467eba

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

internal/features/process/infrastructure/detector/detector_windows_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import (
88
"os"
99
"strings"
1010
"testing"
11-
12-
"network-debugger/internal/features/process/domain"
1311
)
1412

1513
// TestWindowsDetector_DetectByPID tests DetectByPID on Windows

internal/features/process/infrastructure/icon/extractor_windows_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ package icon
66
import (
77
"context"
88
"testing"
9-
10-
"network-debugger/internal/features/process/domain"
119
)
1210

1311
// Composer 1.

internal/features/scripting/usecase/diskspace_unix.go

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

33
package usecase
44

0 commit comments

Comments
 (0)