Add package comment in websocket_handler.go

This commit is contained in:
Alexandre Iooss 2020-10-21 22:43:28 +02:00
parent 2928e8ae77
commit 90d7bd4760
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Package web serves the JavaScript player and WebRTC negotiation
package web
import (