vendor/github.com/gorilla/websocket/mask_safe.go
changeset 260 445e01aede7e
parent 242 2a9ec03fe5a1
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 // Copyright 2016 The Gorilla WebSocket Authors. All rights reserved.  Use of
     1 // Copyright 2016 The Gorilla WebSocket Authors. All rights reserved.  Use of
     2 // this source code is governed by a BSD-style license that can be found in the
     2 // this source code is governed by a BSD-style license that can be found in the
     3 // LICENSE file.
     3 // LICENSE file.
     4 
     4 
       
     5 //go:build appengine
     5 // +build appengine
     6 // +build appengine
     6 
     7 
     7 package websocket
     8 package websocket
     8 
     9 
     9 func maskBytes(key [4]byte, pos int, b []byte) int {
    10 func maskBytes(key [4]byte, pos int, b []byte) int {