Skip to content

Commit faf677b

Browse files
committed
fix: update go:build lines
1 parent a80a252 commit faf677b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helpers_unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
//go:build !windows
22

33
package main
44

helpers_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build windows
1+
//go:build windows
22

33
package main
44

0 commit comments

Comments
 (0)