Rename movie group backend (#5044)

* Rename movie go files
* Rename movie package to group
This commit is contained in:
WithoutPants
2024-07-04 11:36:05 +10:00
committed by GitHub
parent 3ddfafa831
commit 720b233be6
21 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
package movie
package group
import (
"context"

View File

@@ -1,4 +1,4 @@
package movie
package group
import (
"errors"

View File

@@ -1,4 +1,4 @@
package movie
package group
import (
"context"

View File

@@ -1,4 +1,4 @@
package movie
package group
import (
"context"

View File

@@ -1,4 +1,4 @@
package movie
package group
import (
"context"