소스 검색

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 년 전
부모
커밋
468bac874d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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")