diff options
Diffstat (limited to 'vendor/github.com/gorilla/websocket/mask_safe.go')
-rw-r--r-- | vendor/github.com/gorilla/websocket/mask_safe.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/gorilla/websocket/mask_safe.go b/vendor/github.com/gorilla/websocket/mask_safe.go index 2aac060e..36250ca7 100644 --- a/vendor/github.com/gorilla/websocket/mask_safe.go +++ b/vendor/github.com/gorilla/websocket/mask_safe.go @@ -2,6 +2,7 @@ // this source code is governed by a BSD-style license that can be found in the // LICENSE file. +//go:build appengine // +build appengine package websocket |