[🚀] git -> gitea

This commit is contained in:
2024-07-31 16:49:14 +08:00
parent ca965f7d07
commit 55488a023e
35 changed files with 71 additions and 71 deletions

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"errors"
"fmt"
"git.bvbej.com/bvbej/base-golang/pkg/websocket/codec"
"gitea.bvbej.com/bvbej/base-golang/pkg/websocket/codec"
)
type jsonCodec struct{}

View File

@ -4,8 +4,8 @@ import (
"errors"
"fmt"
"git.bvbej.com/bvbej/base-golang/pkg/websocket/codec"
"git.bvbej.com/bvbej/base-golang/pkg/websocket/codec/protobuf/protocol"
"gitea.bvbej.com/bvbej/base-golang/pkg/websocket/codec"
"gitea.bvbej.com/bvbej/base-golang/pkg/websocket/codec/protobuf/protocol"
"google.golang.org/protobuf/proto"
)