Преглед на файлове

go.net/websocket: update package comment to refer RFC 6455

Fixes golang/go#5222

R=golang-dev, mikioh.mikioh, minux.ma, r
CC=golang-dev
https://golang.org/cl/8651044
Fumitoshi Ukai преди 12 години
родител
ревизия
68e1a2128a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      websocket/websocket.go

+ 2 - 2
websocket/websocket.go

@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package websocket implements a client and server for the WebSocket protocol.
-// The protocol is defined at http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol
+// Package websocket implements a client and server for the WebSocket protocol
+// as specified in RFC 6455.
 package websocket
 
 import (