Skip to content

Commit a7baf39

Browse files
committed
move to raw-recording
1 parent 8501059 commit a7baf39

23 files changed

Lines changed: 8 additions & 8 deletions
File renamed without changes.

pkg/cmd/raw-recording-tool/extract_audio.go renamed to pkg/cmd/raw-recording/extract_audio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording-tool/processing"
7+
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording/processing"
88
"github.com/MakeNowJust/heredoc"
99
"github.com/spf13/cobra"
1010
)

pkg/cmd/raw-recording-tool/extract_video.go renamed to pkg/cmd/raw-recording/extract_video.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording-tool/processing"
7+
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording/processing"
88
"github.com/MakeNowJust/heredoc"
99
"github.com/spf13/cobra"
1010
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"sort"
88
"strings"
99

10-
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording-tool/processing"
10+
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording/processing"
1111
"github.com/MakeNowJust/heredoc"
1212
"github.com/spf13/cobra"
1313
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording-tool/processing"
7+
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording/processing"
88
"github.com/MakeNowJust/heredoc"
99
"github.com/spf13/cobra"
1010
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording-tool/processing"
7+
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording/processing"
88
"github.com/MakeNowJust/heredoc"
99
"github.com/spf13/cobra"
1010
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording-tool/processing"
7+
"github.com/GetStream/stream-cli/pkg/cmd/raw-recording/processing"
88
"github.com/MakeNowJust/heredoc"
99
"github.com/spf13/cobra"
1010
)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)