Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 792804f

Browse files
author
Philip Ye
committed
dev: move github/floostack/transcoder to git.code
1 parent d2075cd commit 792804f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
## Download from Github
3535

3636
```shell
37-
go get github.com/floostack/transcoder
37+
go get git.code.oa.com/yt-media-ai-videounderstanding/gh-floostack-transcoder
3838
```
3939

4040
## Example
@@ -45,7 +45,7 @@ package main
4545
import (
4646
"log"
4747

48-
ffmpeg "github.com/floostack/transcoder/ffmpeg"
48+
ffmpeg "git.code.oa.com/yt-media-ai-videounderstanding/gh-floostack-transcoder/ffmpeg"
4949
)
5050

5151
func main() {

ffmpeg/ffmpeg.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"strconv"
1515
"strings"
1616

17-
"github.com/floostack/transcoder"
18-
"github.com/floostack/transcoder/utils"
17+
"git.code.oa.com/yt-media-ai-videounderstanding/gh-floostack-transcoder"
18+
"git.code.oa.com/yt-media-ai-videounderstanding/gh-floostack-transcoder/utils"
1919
)
2020

2121
// Transcoder ...

ffmpeg/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package ffmpeg
22

3-
import "github.com/floostack/transcoder"
3+
import transcoder "git.code.oa.com/yt-media-ai-videounderstanding/gh-floostack-transcoder"
44

55
// Metadata ...
66
type Metadata struct {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/floostack/transcoder
1+
module git.code.oa.com/yt-media-ai-videounderstanding/gh-floostack-transcoder
22

33
go 1.13

0 commit comments

Comments
 (0)