diff options
Diffstat (limited to 'vendor/github.com/gorilla/websocket/mask.go')
-rw-r--r-- | vendor/github.com/gorilla/websocket/mask.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/gorilla/websocket/mask.go b/vendor/github.com/gorilla/websocket/mask.go index 577fce9e..d0742bf2 100644 --- a/vendor/github.com/gorilla/websocket/mask.go +++ b/vendor/github.com/gorilla/websocket/mask.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 |