This commit is contained in:
Philip Hamer 2022-02-17 13:00:00 -05:00
parent 9fb72e3db2
commit 444f3c080f
No known key found for this signature in database
GPG Key ID: 1977721B2884BED3
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build go1.15
// +build go1.15
package websocket

View File

@ -1,3 +1,4 @@
//go:build go1.15
// +build go1.15
package websocket

View File

@ -1,3 +1,4 @@
//go:build !go1.15
// +build !go1.15
package websocket