Skip to content

Commit

Permalink
icmp: add support for windows
Browse files Browse the repository at this point in the history
Fixes #9253

Change-Id: I29ad04698e20c6e4d04a2b5b161693ac7cd482a2
  • Loading branch information
mattn committed Dec 26, 2014
1 parent b1ee7b3 commit 3053e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion icmp/helper_unix.go → icmp/helper_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build darwin dragonfly freebsd linux netbsd openbsd solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows

package icmp

Expand Down
2 changes: 1 addition & 1 deletion icmp/listen_unix.go → icmp/listen_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build darwin dragonfly freebsd linux netbsd openbsd solaris
// +build darwin dragonfly freebsd linux netbsd openbsd solaris windows

package icmp

Expand Down
2 changes: 1 addition & 1 deletion icmp/listen_stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build nacl plan9 windows
// +build nacl plan9

package icmp

Expand Down

0 comments on commit 3053e46

Please sign in to comment.