Move ICE package from public to internal folder structure

This commit is contained in:
Konstantin Itskov
2018-08-16 02:39:10 -04:00
committed by Sean DuBois
parent 12e7e87102
commit b831f87d28
15 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import (
"os"
"github.com/pions/webrtc"
"github.com/pions/webrtc/pkg/ice"
"github.com/pions/webrtc/internal/ice"
)
func main() {