rename signaling package

This commit is contained in:
2023-04-07 11:12:06 +08:00
parent e59276b2a8
commit df51451e47
7 changed files with 104 additions and 99 deletions

View File

@ -10,7 +10,7 @@ import (
"strings"
"sync"
proto "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/proto/signal-server"
proto "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/proto/signaling"
"github.com/charmbracelet/bubbles/textarea"
"github.com/charmbracelet/bubbles/viewport"
tea "github.com/charmbracelet/bubbletea"