Archived
2
0

rename package.

This commit is contained in:
Miroslav Šedivý
2021-10-05 22:38:24 +02:00
parent 3342dc6819
commit 1ff743c598
27 changed files with 70 additions and 67 deletions

View File

@ -5,10 +5,11 @@ import (
"strconv"
"strings"
"m1k1o/neko/internal/utils"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"n.eko.moe/neko/internal/utils"
"github.com/pion/webrtc/v3"
)

View File

@ -1,7 +1,7 @@
package message
import (
"n.eko.moe/neko/internal/types"
"m1k1o/neko/internal/types"
"github.com/pion/webrtc/v3"
)