rename module name from gitlab to github.

This commit is contained in:
Miroslav Šedivý 2022-07-14 00:58:22 +02:00
parent 41df1bc8d3
commit 3cd59b9f30
75 changed files with 178 additions and 178 deletions

View file

@ -4,8 +4,8 @@ import (
"bytes"
"encoding/binary"
"gitlab.com/demodesk/neko/server/internal/webrtc/payload"
"gitlab.com/demodesk/neko/server/pkg/types"
"github.com/demodesk/neko/internal/webrtc/payload"
"github.com/demodesk/neko/pkg/types"
)
func (manager *WebRTCManagerCtx) handle(data []byte, session types.Session) error {