Skip to content

Commit 65fc03d

Browse files
authored
fix: *nix compile (#281)
1 parent 47391bf commit 65fc03d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

zipper_linux.go renamed to zipper_notwindows.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build linux
2-
// +build linux
1+
//go:build !windows
2+
// +build !windows
33

44
package yomo
55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !linux
2-
// +build !linux
1+
//go:build windows
2+
// +build windows
33

44
package yomo
55

0 commit comments

Comments
 (0)