Skip to content

Commit

Permalink
Fix build constraints for OSes other than Linux (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <knqyf263@gmail.com>
  • Loading branch information
knqyf263 committed May 23, 2024
1 parent 2f85daf commit facee9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ndb/syscall_windows.go → pkg/ndb/syscall.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build windows
//go:build !linux

package ndb

Expand Down
2 changes: 1 addition & 1 deletion pkg/ndb/syscall_generic.go → pkg/ndb/syscall_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux || darwin
//go:build linux

package ndb

Expand Down

0 comments on commit facee9e

Please sign in to comment.