Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
SwimmingTiger committed Nov 22, 2021
1 parent 4b7936f commit 2b6a333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Syscall_posix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions Syscall_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build windows

package main

func IncreaseFDLimit() {
Expand Down

0 comments on commit 2b6a333

Please sign in to comment.