Update main.go

This commit is contained in:
cedkeChat
2024-07-11 12:47:25 +02:00
committed by GitHub
parent a2ba58f10d
commit 8f0741b26e

View File

@@ -3,8 +3,8 @@ package main
import (
"sync"
"github.com/PretendoNetwork/friends/grpc"
"github.com/PretendoNetwork/friends/nex"
"github.com/CloudnetworkTeam/friends/grpc"
"github.com/CloudnetworkTeam/friends/nex"
)
var wg sync.WaitGroup