Skip to content

Commit 915665d

Browse files
committed
♻️ Simplify directory hierarchy
1 parent fd8966c commit 915665d

File tree

87 files changed

+49
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+49
-54
lines changed

cmd/activity/list.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/activity"
4+
"github.com/eat-pray-ai/yutu/pkg/activity"
55
"github.com/spf13/cobra"
66
)
77

cmd/caption/delete.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/caption"
4+
"github.com/eat-pray-ai/yutu/pkg/caption"
55
"github.com/spf13/cobra"
66
)
77

cmd/caption/download.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/caption"
4+
"github.com/eat-pray-ai/yutu/pkg/caption"
55
"github.com/spf13/cobra"
66
)
77

cmd/caption/insert.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/caption"
4+
"github.com/eat-pray-ai/yutu/pkg/caption"
55
"github.com/spf13/cobra"
66
)
77

cmd/caption/list.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/caption"
4+
"github.com/eat-pray-ai/yutu/pkg/caption"
55
"github.com/spf13/cobra"
66
)
77

cmd/caption/update.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/caption"
4+
"github.com/eat-pray-ai/yutu/pkg/caption"
55
"github.com/spf13/cobra"
66
)
77

cmd/channel/list.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/channel"
4+
"github.com/eat-pray-ai/yutu/pkg/channel"
55
"github.com/spf13/cobra"
66
)
77

cmd/channel/update.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/channel"
4+
"github.com/eat-pray-ai/yutu/pkg/channel"
55
"github.com/spf13/cobra"
66
)
77

cmd/channelBanner/insert.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/channelBanner"
4+
"github.com/eat-pray-ai/yutu/pkg/channelBanner"
55
"github.com/spf13/cobra"
66
)
77

cmd/channelSection/delete.go

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

33
import (
4-
"github.com/eat-pray-ai/yutu/pkg/yutuber/channelSection"
4+
"github.com/eat-pray-ai/yutu/pkg/channelSection"
55
"github.com/spf13/cobra"
66
)
77

0 commit comments

Comments
 (0)