Skip to content

Commit 4ed5407

Browse files
Fix Go build
1 parent ba04345 commit 4ed5407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/process_other.go

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

33
package copilot
44

go/process_windows.go

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

33
package copilot
44

0 commit comments

Comments
 (0)