Skip to content

Commit

Permalink
Let's see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared committed Jul 31, 2024
1 parent a34f8a0 commit 0759cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/testutils/testutils_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

package testutils

import "syscall"
import "golang.org/x/sys/windows"

const ConnectionRefusedError = syscall.Errno(10061)
const ConnectionRefusedError = windows.WSAECONNREFUSED

0 comments on commit 0759cec

Please sign in to comment.