Skip to content

Commit c6089dd

Browse files
authored
Merge pull request #29 from kei2100/fix
Fix build lines for go 1.17
2 parents 6619317 + d374f51 commit c6089dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

file/file_unix.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build linux || freebsd || darwin
12
// +build linux freebsd darwin
23

34
package file

stat/stat_unix.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build linux || freebsd || darwin
12
// +build linux freebsd darwin
23

34
package stat

0 commit comments

Comments
 (0)