Skip to content

Commit 1acf651

Browse files
authored
Merge pull request #391 from Okabe-Junya/fix-go-build-lines
2 parents a80a252 + faf677b commit 1acf651

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)