Browse Source

icmp: add missing BUGS section

Change-Id: If9192dabf9b5cf0d7fefb36dd6d1c1cd8966348a
Reviewed-on: https://go-review.googlesource.com/34434
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Mikio Hara 9 năm trước cách đây
mục cha
commit
468bac874d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      icmp/message.go

+ 2 - 0
icmp/message.go

@@ -24,6 +24,8 @@ import (
 	"golang.org/x/net/ipv6"
 )
 
+// BUG(mikio): This package is not implemented on NaCl and Plan 9.
+
 var (
 	errMessageTooShort  = errors.New("message too short")
 	errHeaderTooShort   = errors.New("header too short")