Skip to content

Commit

Permalink
Fix utils package on BSD and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer9 committed May 17, 2019
1 parent 1839c4e commit 267cef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/ulimit_freebsd.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build freebsd

package util
package utils

import (
unix "sys/unix"
Expand Down
2 changes: 1 addition & 1 deletion utils/ulimit_windows.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build windows

package util
package utils

func init() {
supportsFDManagement = false
Expand Down

0 comments on commit 267cef1

Please sign in to comment.